From: Jason Etheridge Date: Mon, 21 Nov 2016 13:57:58 +0000 (-0500) Subject: webstaff: tweak default Hold Shelf List print template X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=705bb8b53ab437124c769440ad569d0a89133138;p=evergreen%2Fmasslnc.git webstaff: tweak default Hold Shelf List print template Signed-off-by: Jason Etheridge Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_list.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_list.tt2 index ce23fe4993..34441cd7db 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_list.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_list.tt2 @@ -1,4 +1,4 @@ - +
+ - + + -
[% l('Patron') %] [% l('Type') %] [% l('Title') %] [% l('Author') %][% l('Shelf Location') %] [% l('Call Number') %] [% l('Barcode/Part') %]
+ {{hold_data.patron_alias}} + + [% l('[_1], [_2]', + '{{hold_data.patron_last}}', + '{{hold_data.patron_first}}') %] + + {{hold_data.hold.hold_type}} {{hold_data.title}} {{hold_data.author}}{{hold_data.copy.location.name}} {{hold_data.volume.label}} {{hold_data.copy.barcode}} {{hold_data.part.label}}