[open-ils-commits] r7904 -
trunk/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Oct 22 01:55:27 EDT 2007
Author: phasefx
Date: 2007-10-22 01:42:02 -0400 (Mon, 22 Oct 2007)
New Revision: 7904
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/items.js
Log:
missing semi-colon; I don't care if it's optional in javascript :)
Modified: trunk/Open-ILS/xul/staff_client/server/patron/items.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/items.js 2007-10-22 05:39:11 UTC (rev 7903)
+++ trunk/Open-ILS/xul/staff_client/server/patron/items.js 2007-10-22 05:42:02 UTC (rev 7904)
@@ -306,7 +306,7 @@
// A renewed circ is a new circ, and has a new circ_id.
obj.list_circ_map[ r[0].payload.circ.id() ] = obj.list_circ_map[ circ_id ];
} else {
- var msg = bc + ' not renewed.\n' + r[0].textcode + r[0].desc
+ var msg = bc + ' not renewed.\n' + r[0].textcode + r[0].desc;
l.setAttribute('value', msg);
alert(msg);
}
More information about the open-ils-commits
mailing list