[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. f44be2fdf073f4cec387bf90c9c92253fcdc2e76

Evergreen Git git at git.evergreen-ils.org
Wed Jun 20 10:22:21 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, rel_3_0 has been updated
       via  f44be2fdf073f4cec387bf90c9c92253fcdc2e76 (commit)
      from  10e25842a8478f2076f94b765eaf94e48b296aa2 (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 f44be2fdf073f4cec387bf90c9c92253fcdc2e76
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 6287634..96662ce 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