From 41fd8d996f9e8be253f9928ac7575e261d41d2ff Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Wed, 23 May 2018 19:47:56 -0400 Subject: [PATCH] LP#1745240: Hold Alias Missing from Hold Shelf Slip A patron's hold alias can be printed in the hold shelf slip using the variable patron.alias. This patch just adds 'patron.alias' to the list of available options displayed at the top of the template. Also adds a colon before the patron's name fields for consistency. Signed-off-by: Garry Collum Signed-off-by: John Amundson Signed-off-by: Jason Stephenson --- .../src/templates/staff/share/print_templates/t_hold_shelf_slip.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 2d1a9f7091..35b5d848d2 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 @@ -5,6 +5,7 @@ Template for printing hold request slips. Fields include: * hold.behind_desk * copy.barcode * title +* patron.alias * patron.family_name * patron.first_given_name * patron.second_given_name @@ -36,7 +37,7 @@ Template for printing hold request slips. Fields include:

-
[% l('Hold for patron [_1], [_2] [_3]', +
[% l('Hold for patron: [_1], [_2] [_3]', '{{patron.family_name}}', '{{patron.first_given_name}}', '{{patron.second_given_name}}') %]
-- 2.11.0