From 73e35d8918064c378d9c6f99f45489a45ad8f651 Mon Sep 17 00:00:00 2001 From: pines Date: Tue, 12 Sep 2006 02:47:53 +0000 Subject: [PATCH] shorter width for hold/transit slip git-svn-id: svn://svn.open-ils.org/ILS/trunk@6072 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index b1d1d1a73e..39b727ce42 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -1048,7 +1048,7 @@ circ.util.checkin_via_barcode = function(session,barcode,backdate,auto_print) { var lib = data.hash.aou[ check.org ]; check.route_to = lib.shortname(); - var msg = 'This item is in transit to ' + check.route_to + '.\n'; + var msg = 'Destination: ' + check.route_to + '.\n'; msg += '\n' + lib.name() + '\n'; try { if (lib.holds_address() ) { -- 2.43.2