'editable' : false, 'render' : function(my) { return my.acp.circ_modifier(); }
},
{
+ 'id' : 'status_changed_time',
+ 'fm_class' : 'acp',
+ 'label' : document.getElementById('circStrings').getString('staff.circ.utils.status_changed_time'),
+ 'flex' : 1,
+ 'primary' : false,
+ 'hidden' : true,
+ 'editable' : false, 'render' : function(my) { return my.acp.status_changed_time(); },
+ 'persist' : 'hidden width ordinal'
+ },
+ {
'persist' : 'hidden width ordinal',
'fm_class' : 'circ',
'id' : 'checkout_lib',
staff.circ.utils.hold_note=Hold Note(s)
staff.circ.utils.staff_hold=Staff Hold?
staff.circ.utils.opac_visible=OPAC Visible?
+staff.circ.utils.status_changed_time=Status Changed Time
staff.circ.utils.reference=Reference?
staff.circ.utils.deposit=Deposit?
# The < and > highlight that the value is not set; translate Unset and change the delimiters as needed