[open-ils-commits] r17225 - trunk/Open-ILS/web/js/ui/default/actor/user (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Aug 16 09:31:06 EDT 2010


Author: phasefx
Date: 2010-08-16 09:31:05 -0400 (Mon, 16 Aug 2010)
New Revision: 17225

Modified:
   trunk/Open-ILS/web/js/ui/default/actor/user/register.js
Log:
tsbere pointed out this typo


Modified: trunk/Open-ILS/web/js/ui/default/actor/user/register.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/actor/user/register.js	2010-08-16 13:14:41 UTC (rev 17224)
+++ trunk/Open-ILS/web/js/ui/default/actor/user/register.js	2010-08-16 13:31:05 UTC (rev 17225)
@@ -184,7 +184,7 @@
     input.widget.attr('disabled', false).attr('readOnly', false).attr('value', null).focus();
     replaceBarcode.attr('disabled', true);
     
-    // pull old car off the cards list so we don't have a dupe sitting in there
+    // pull old card off the cards list so we don't have a dupe sitting in there
     var old = patron.cards().filter(function(c){return (c.id() == patron.card().id())})[0];
     old.active('f');
     old.ischanged(1);



More information about the open-ils-commits mailing list