From 705bb8b53ab437124c769440ad569d0a89133138 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Mon, 21 Nov 2016 08:57:58 -0500 Subject: [PATCH] webstaff: tweak default Hold Shelf List print template Signed-off-by: Jason Etheridge Signed-off-by: Kathy Lussier --- .../staff/share/print_templates/t_hold_shelf_list.tt2 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 @@ - +
+ - + + - -- 2.11.0
[% 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}}