From 99bab0c753b026bfe732ccd10b3934a6a681b1b8 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 10 Dec 2018 14:43:07 -0500 Subject: [PATCH] PINES Custom Hold Shelf Slip Updated to include new preferred name at top of slip (when present). Signed-off-by: Terran McCanna --- .../share/print_templates/t_hold_shelf_slip.tt2 | 92 ++++++++-------------- 1 file changed, 35 insertions(+), 57 deletions(-) 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 c85ce9d325..25dac01cfd 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 @@ -1,62 +1,40 @@ - -
-
+

{{patron.pref_family_name}}{{patron.family_name}}, + {{patron.pref_first_given_name}}{{patron.first_given_name}} + {{patron.pref_second_given_name}}{{patron.second_given_name}}

+Available on {{today | date:"M/d/yyyy"}} +
- [% l('This item needs to be routed to the [_1]Private Holds Shelf[_2].', - '','') %] + Private - Hold Behind Desk
- [% l('This item needs to be routed to the [_1]Public Holds Shelf[_2].', - '','') %] + Public Holds Shelf
-
-
- - [% l('Barcode: [_1]', '{{copy.barcode}}') %]
- [% l('Title: [_1]', '{{title}}') %]
-
-
[% l('Call Number: [_1] [_2] [_3]', '{{call_number.prefix}}', '{{call_number.label}}', '{{call_number.suffix}}') %]
- -
-
- -
[% l('Hold for patron: [_1], [_2] [_3]', - '{{patron.family_name}}', - '{{patron.first_given_name}}', - '{{patron.second_given_name}}') %]
-
[% l('Barcode: [_1]', '{{patron.card.barcode}}') %]
-
[% l('Notify by phone: [_1]', '{{hold.phone_notify}}') %]
-
[% l('Notify by text: [_1]', '{{hold.sms_notify}}') %]
-
[% l('Notify by email: [_1]', '{{patron.email}}') %]
-
-
    Notes: -
  • {{note.title}} - {{note.body}}
  • -
-
-
- -
[% l('Request Date: [_1]', - '{{hold.request_time | date:$root.egDateAndTimeFormat}}') %]
-
[% l('Slip Date: [_1]', '{{today | date:$root.egDateAndTimeFormat}}') %]
-
[% l('Printed by [_1] at [_2]', - '{{staff.first_given_name}}', '{{current_location.shortname}}') %]
- +
+ + + + + + + + + + + + + + + + + + + +
Title:{{title}}
Barcode:{{copy.barcode}}
Request Date:  {{hold.request_time | date:"M/d/yyyy"}}
 
Patron:{{patron.family_name}}, {{patron.first_given_name}} {{patron.second_given_name}}
Barcode:{{patron.card.barcode}}
 
Notify By:
Phone:  {{hold.phone_notify}}
Text:{{hold.sms_notify}}
Email:{{patron.email}}
+
    +
  1. +{{note.title}}
    +{{note.body}}
  2. +
+
+
{{current_location.shortname}} {{today | date:'short'}}
-- 2.11.0