Signed-off-by: Pasi Kallinen <pasi.kallinen@pttk.fi>
Signed-off-by: Ben Shum <bshum@biblio.org>
status_name = obj.data.hash.ccs[ r.payload.status() ].name();
return status_name;
} catch (E) {
- return "Could not retrieve the name of the current status for the copy"; // XXX
+ return document.getElementById('circStrings').getString('staff.circ.checkout.error_retrieving_copy_status');
}
},
'7010' : function(r) {
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 overriden now, subsequent checkouts during this patron's session will auto-override this event.
+staff.circ.checkout.error_retrieving_copy_status=Could not retrieve the name of the current status for the copy
staff.circ.checkout.not_cataloged.confirm=Barcode %1$s was either mis-scanned or is a non-cataloged item. Checkout as a pre-cataloged item?
staff.circ.pre_cataloged=Pre-cataloged
staff.circ.non_cataloged=Non-cataloged