From: Jason Stephenson Date: Wed, 12 Sep 2018 19:34:56 +0000 (-0400) Subject: LP 1749502: Add Call Number Prefix & Suffix to pull list print template. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=706b74f22777e02211f1eed496aee8429c53add7;p=working%2FEvergreen.git LP 1749502: Add Call Number Prefix & Suffix to pull list print template. We add the call number prefix and suffix as separate columns to the holds pull list print template. We also add the suffix to the end of the orderBy so that we also sort by the suffix. Signed-off-by: Jason Stephenson Signed-off-by: Josh Stompro Signed-off-by: John Amundson --- diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 index 5a06dde9c8..cecb3777b8 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_pull_list.tt2 @@ -24,17 +24,21 @@ Template for printing a table of holds to pull. Fields include: [% l('Title') %] [% l('Author') %] [% l('Shelf Location') %] + [% l('Call Number Prefix') %] [% l('Call Number') %] + [% l('Call Number Suffix') %] [% l('Barcode/Part') %] - + {{hold_data.hold.hold_type}} {{hold_data.title}} {{hold_data.author}} {{hold_data.copy.location.name}} + {{hold_data.volume.prefix}} {{hold_data.volume.label}} + {{hold_data.volume.suffix}} {{hold_data.copy.barcode}} {{hold_data.part.label}}