From f28b9a13978f319ded726595aad12832754a2954 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 16 Nov 2016 05:20:41 -0500 Subject: [PATCH] webstaff: fix some thinkos in print templates Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- .../src/templates/staff/share/print_templates/t_hold_shelf_list.tt2 | 4 ++-- .../src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 | 2 +- .../src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 | 2 +- 3 files changed, 4 insertions(+), 4 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 34441cd7db..c95fb3e806 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 @@ -19,8 +19,8 @@ - {{hold_data.patron_alias}} - + {{hold_data.patron_alias}} + [% l('[_1], [_2]', '{{hold_data.patron_last}}', '{{hold_data.patron_first}}') %] diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 index f1980d7540..590e00be93 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 @@ -18,7 +18,7 @@
[% l('Hold for patron [_1], [_2] [_3]', - '{{patron.family_given_name}}', + '{{patron.family_name}}', '{{patron.first_given_name}}', '{{patron.second_given_name}}') %]
[% l('Barcode: [_1]', '{{patron.card.barcode}}') %]
diff --git a/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 b/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 index 6b36c25f87..64a213d364 100644 --- a/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 +++ b/Open-ILS/src/templates/staff/share/print_templates/t_hold_transit_slip.tt2 @@ -15,7 +15,7 @@
[% l('Hold for patron [_1], [_2] [_3]', - '{{patron.family_given_name}}', + '{{patron.family_name}}', '{{patron.first_given_name}}', '{{patron.second_given_name}}') %]
[% l('Barcode: [_1]', '{{patron.card.barcode}}') %]
-- 2.11.0