From 816affb2aadeac0b642300b99c3a2101dd09803c Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 8 Oct 2007 20:01:45 +0000 Subject: [PATCH] linefeed git-svn-id: svn://svn.open-ils.org/ILS/trunk@7872 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 198b5eb016..ad9d5801c4 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -1121,7 +1121,7 @@ circ.util.checkin_via_barcode2 = function(session,params,backdate,auto_print,che switch(check.copy.status()) { case 0: /* AVAILABLE */ case 7: /* RESHELVING */ - if (msg) msg += 'This item needs to be routed to ' + check.route_to + '.'; + if (msg) msg += 'This item needs to be routed to ' + check.route_to + '.\n'; break; case 8: /* ON HOLDS SHELF */ check.route_to = 'HOLDS SHELF'; -- 2.11.0