[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4ec6db80ab1829efafffb2744fb92b011f0ca7bd

Evergreen Git git at git.evergreen-ils.org
Wed May 17 14:10:02 EDT 2017


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  4ec6db80ab1829efafffb2744fb92b011f0ca7bd (commit)
      from  a11aca1282575bb13b9b904a1d8898c5109ac1dd (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 4ec6db80ab1829efafffb2744fb92b011f0ca7bd
Author: Bill Erickson <berickxx at gmail.com>
Date:   Thu Oct 6 10:27:15 2016 -0400

    Webstaff: hide behind-desk option when not supported
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
index 69da8b6..4acd97e 100644
--- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
+++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2
@@ -585,7 +585,8 @@ within the "form" by name for validation.
   </div>
 </div>
 
-<div class="row reg-field-row">
+<div class="row reg-field-row" 
+    ng-if="org_settings['circ.holds.behind_desk_pickup_supported']">
   <div class="col-md-3 reg-field-label">
     <label>{{user_setting_types['circ.holds_behind_desk'].label()}}</label>
   </div>

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

Summary of changes:
 .../src/templates/staff/circ/patron/t_edit.tt2     |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list