Webstaff: hide behind-desk option when not supported
authorBill Erickson <berickxx@gmail.com>
Thu, 6 Oct 2016 14:27:15 +0000 (10:27 -0400)
committerJason Etheridge <jason@esilibrary.com>
Wed, 17 May 2017 18:09:52 +0000 (14:09 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2

index 69da8b6..4acd97e 100644 (file)
@@ -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>