From: Garry Collum Date: Wed, 23 May 2018 23:47:56 +0000 (-0400) Subject: LP#1745240: Hold Alias Missing from Hold Shelf Slip X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=510284df87477ca886c2835719b250928e16641f;p=evergreen%2Fpines.git 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 --- 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 ea9503d5a4..c85ce9d325 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 @@ -37,7 +38,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}}') %]