From 7271445bbca766f08245e6c12e1cb3dc87de46a2 Mon Sep 17 00:00:00 2001 From: Jeanette Lundgren Date: Tue, 19 Jun 2018 15:21:50 -0400 Subject: [PATCH] added fields for hold notification preference to display Signed-off-by: Jeanette Lundgren Signed-off-by: Garry Collum --- .../src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 b/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 index bd6eebcd23..9611f99884 100644 --- a/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 +++ b/Open-ILS/src/templates/staff/circ/share/t_hold_shelf_dialog.tt2 @@ -35,7 +35,7 @@
- +
[% l('Hold for patron {{patron.alias}}') %]
@@ -49,6 +49,9 @@ [% l('Patron Barcode:') %] {{patron.card.barcode}}
+
Notify by phone: {{hold.phone_notify}}
+
Notify by text: {{hold.sms_notify}}
+
Notify by email: {{patron.email}}

[% l('Request Date:') %] -- 2.43.2