[open-ils-commits] [GIT] Evergreen ILS branch master updated. 06709ab9f43dd35e3b586575e206afb772c66858

Evergreen Git git at git.evergreen-ils.org
Wed Jun 20 10:22:13 EDT 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  06709ab9f43dd35e3b586575e206afb772c66858 (commit)
      from  d8f61e1875444aef258032ddb07cae6317bf7fff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 06709ab9f43dd35e3b586575e206afb772c66858
Author: Jeanette Lundgren <jlundgren at cwmars.org>
Date:   Tue Jun 19 15:21:50 2018 -0400

    added fields for hold notification preference to display
    
    Signed-off-by: Jeanette Lundgren <jlundgren at cwmars.org>
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Jason Stephenson <jason at sigio.com>

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 bd6eebc..9611f99 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 @@
     </div>
     <br/>
     <div>
-    
+
     <div ng-show="patron.alias">
       [% l('Hold for patron {{patron.alias}}') %]
     </div>
@@ -49,6 +49,9 @@
       <span>[% l('Patron Barcode:') %]</span>
       <span>{{patron.card.barcode}}</span>
     </div>
+    <div ng-if="hold.phone_notify">Notify by phone: {{hold.phone_notify}}</div>
+    <div ng-if="hold.sms_notify">Notify by text: {{hold.sms_notify}}</div>
+    <div ng-if="hold.email_notify == 't'">Notify by email: {{patron.email}}</div>
     <br/>
     <div>
       <span>[% l('Request Date:') %]</span>

-----------------------------------------------------------------------

Summary of changes:
 .../staff/circ/share/t_hold_shelf_dialog.tt2       |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list