[open-ils-commits] r7872 -
trunk/Open-ILS/xul/staff_client/server/circ
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Oct 8 16:13:17 EDT 2007
Author: phasefx
Date: 2007-10-08 16:01:45 -0400 (Mon, 08 Oct 2007)
New Revision: 7872
Modified:
trunk/Open-ILS/xul/staff_client/server/circ/util.js
Log:
linefeed
Modified: trunk/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/util.js 2007-10-07 20:51:11 UTC (rev 7871)
+++ trunk/Open-ILS/xul/staff_client/server/circ/util.js 2007-10-08 20:01:45 UTC (rev 7872)
@@ -1121,7 +1121,7 @@
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';
More information about the open-ils-commits
mailing list