[open-ils-commits] r9183 - branches/rel_1_2/Open-ILS/xul/staff_client/server/circ

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Apr 1 16:50:12 EDT 2008


Author: erickson
Date: 2008-04-01 16:13:55 -0400 (Tue, 01 Apr 2008)
New Revision: 9183

Modified:
   branches/rel_1_2/Open-ILS/xul/staff_client/server/circ/util.js
Log:
added missing comma

Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/circ/util.js	2008-04-01 20:05:18 UTC (rev 9182)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/circ/util.js	2008-04-01 20:13:55 UTC (rev 9183)
@@ -811,7 +811,7 @@
         {
             'persist' : 'hidden width ordinal',
             'id' : 'thaw_date',
-            'label' : 'Activation Date'
+            'label' : 'Activation Date',
             'flex' : 0,
             'primary' : false,
             'hidden' : true,



More information about the open-ils-commits mailing list