case 0: /* AVAILABLE */
case 7: /* RESHELVING */
if (msg) {
- msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to', [check.route_to]);
+ msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to.msg', [check.route_to]);
msg += '\n';
}
break;
msg += document.getElementById('circStrings').getString('staff.circ.utils.route_item_error');
msg += '\n';
} else {
- msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to', [check.route_to]);
+ msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to.msg', [check.route_to]);
msg += '.\n';
}
} else {
if (document.getElementById('do_not_alert_on_precat')) {
var x = document.getElementById('do_not_alert_on_precat');
if (! x.checked) {
- msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to', [check.route_to]);
+ msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to.msg', [check.route_to]);
}
} else {
- msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to', [check.route_to]);
+ msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to.msg', [check.route_to]);
}
if (document.getElementById('no_change_label')) {
var m = document.getElementById('no_change_label').getAttribute('value');
msg += '\n';
msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.copy_status.error', [copy_status]);
msg += '\n';
- msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to', [check.route_to]);
+ msg += document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to.msg', [check.route_to]);
break;
}
if (msg) {
staff.circ.utils.transit_hold_cancelled=Original hold for transit cancelled.
staff.circ.utils.item_checked_in=%1$s was already checked in.
staff.circ.utils.item_not_cataloged=ITEM_NOT_CATALOGED event but copy status is %1$s
-staff.circ.utils.route_to=This item needs to be routed to %1$s
+staff.circ.utils.route_to.msg=This item needs to be routed to %1$s
staff.circ.utils.route_item_error=We should have received a ROUTE_ITEM
staff.circ.utils.route_item_status_error=status of Holds Shelf, but no actual hold found.
staff.circ.utils.payload.hold.barcode=Barcode: %1$s