From: phasefx Date: Mon, 8 Oct 2007 20:01:45 +0000 (+0000) Subject: linefeed X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=816affb2aadeac0b642300b99c3a2101dd09803c;p=Evergreen.git linefeed git-svn-id: svn://svn.open-ils.org/ILS/trunk@7872 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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';