[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. f8198ba45237a93fd930058a9a2c080ee32a04a7
Evergreen Git
git at git.evergreen-ils.org
Wed May 17 14:10:50 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, rel_2_12 has been updated
via f8198ba45237a93fd930058a9a2c080ee32a04a7 (commit)
from a44049502364f851d52b9dec9cac99270ca2fede (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 f8198ba45237a93fd930058a9a2c080ee32a04a7
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