},
{
'persist' : 'hidden width ordinal',
+ 'id' : 'current_shelf_lib',
+ 'label' : document.getElementById('circStrings').getString('staff.circ.utils.current_shelf_lib'),
+ 'flex' : 1,
+ 'primary' : false,
+ 'hidden' : true,
+ 'editable' : false, 'render' : function(my) {
+ if (Number(my.ahr.current_shelf_lib())>=0) {
+ return data.hash.aou[ my.ahr.current_shelf_lib() ].name();
+ } else {
+ return my.ahr.current_shelf_lib().name();
+ }
+ }
+ },
+ {
+ 'persist' : 'hidden width ordinal',
+ 'id' : 'current_shelf_lib_shortname',
+ 'label' : document.getElementById('commonStrings').getString('staff.ahr_current_shelf_lib_label'),
+ 'flex' : 0,
+ 'primary' : false,
+ 'hidden' : true,
+ 'editable' : false, 'render' : function(my) {
+ if (Number(my.ahr.current_shelf_lib())>=0) {
+ return data.hash.aou[ my.ahr.current_shelf_lib() ].shortname();
+ } else {
+ return my.ahr.current_shelf_lib().shortname();
+ }
+ }
+ },
+
+ {
+ 'persist' : 'hidden width ordinal',
'id' : 'current_copy',
'label' : document.getElementById('commonStrings').getString('staff.ahr_current_copy_label'),
'flex' : 1,
staff.circ.utils.thaw_date=Activation Date
staff.circ.utils.thaw_date.none=No Date
staff.circ.utils.pickup_lib=Pickup Library (Full Name)
+staff.circ.utils.current_shelf_lib=Current Shelf Library (Full Name)
staff.circ.utils.current_copy.none=No Copy
staff.circ.utils.title.none=No Title?
staff.circ.utils.author.none=No Author?
staff.ahr_sms_notify_label=Text Notify
staff.ahr_sms_carrier_label=Text Carrier
staff.ahr_pickup_lib_label=Pickup Library
+staff.ahr_current_shelf_lib_label=Current Shelf Library
staff.ahr_prev_check_time_label=Previous Check Time
staff.ahr_requestor_label=Requestor
staff.ahr_selection_depth_label=Selection Depth