linefeed
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 8 Oct 2007 20:01:45 +0000 (20:01 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 8 Oct 2007 20:01:45 +0000 (20:01 +0000)
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

index 198b5eb..ad9d580 100644 (file)
@@ -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';