Same way other overrides get an additional note.
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
],
'auto_override_these_events' : obj.auto_override_events,
'text' : {
+ '1212' : function(r) {
+ return document.getElementById('circStrings').getString('staff.circ.checkout.override.will_auto');
+ },
+ '1213' : function(r) {
+ return document.getElementById('circStrings').getString('staff.circ.checkout.override.will_auto');
+ },
'1232' : function(r) {
return document.getElementById('circStrings').getString('staff.circ.checkout.override.item_deposit_required.warning');
},
'1233' : function(r) {
return document.getElementById('circStrings').getString('staff.circ.checkout.override.item_rental_fee_required.warning');
},
+ '7002' : function(r) {
+ return document.getElementById('circStrings').getString('staff.circ.checkout.override.will_auto');
+ },
'7004' : function(r) {
try {
status_name = obj.data.hash.ccs[ r.payload.status() ].name();
},
'7010' : function(r) {
return r.payload;
+ },
+ '7013' : function(r) {
+ return document.getElementById('circStrings').getString('staff.circ.checkout.override.will_auto');
}
}
}
staff.circ.checkout.override.confirm=Override Checkout Failure?
staff.circ.checkout.override.item_deposit_required.warning=A billing for an Item Deposit will be added to the patron's account if this action is overrided.
staff.circ.checkout.override.item_rental_fee_required.warning=A billing for an Item Rental Fee will be added to the patron's account if this action is overrided.
+staff.circ.checkout.override.will_auto=If accepted this override will remain for the rest of this patron's session.
staff.circ.checkout.not_cataloged.confirm=Mis-scan or non-cataloged item. Checkout as a pre-cataloged item?
staff.circ.pre_cataloged=Pre-cataloged
staff.circ.non_cataloged=Non-cataloged