return document.getElementById('circStrings').getString('staff.circ.utils.no');
}
}
+ },
+ {
+ 'persist' : 'hidden width ordinal',
+ 'id' : 'behind_shelf',
+ 'label' : document.getElementById('circStrings').getString('staff.circ.utils.hold.staff_hold'),
+ 'flex' : 1,
+ 'primary' : false,
+ 'hidden' : true,
+ 'editable' : false,
+ 'render' : function(my) {
+ if (isTrue(my.ahr.behind_desk())) {
+ return document.getElementById('circStrings').getString('staff.circ.utils.yes');
+ } else {
+ return document.getElementById('circStrings').getString('staff.circ.utils.no');
+ }
+ }
}
+
];
for (var i = 0; i < c.length; i++) {
if (modify[ c[i].id ]) {
staff.circ.utils.capture_time=Capture Date
# Date the hold was cancelled
staff.circ.utils.hold_cancel_time=Cancel Time
+staff.circ.utils.hold.staff_hold=Behind Desk
# Controlled entry for why the hold was cancelled
staff.circ.utils.hold_cancel_cause=Cancel Cause
# Freetext note pertaining to the cancelled hold