Webstaff: hide behind-desk option when not supported user/berick/webstaff-patron-edit-hide-behind-desk
authorBill Erickson <berickxx@gmail.com>
Thu, 6 Oct 2016 14:27:15 +0000 (10:27 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 6 Oct 2016 14:27:15 +0000 (10:27 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2

index 5543e9d..587112b 100644 (file)
@@ -578,7 +578,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>