[open-ils-commits] r11817 - trunk/Open-ILS/web/js/dojo/openils

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 13 14:56:15 EST 2009


Author: erickson
Date: 2009-01-13 14:56:11 -0500 (Tue, 13 Jan 2009)
New Revision: 11817

Modified:
   trunk/Open-ILS/web/js/dojo/openils/PermaCrud.js
Log:
fixed recurse function name

Modified: trunk/Open-ILS/web/js/dojo/openils/PermaCrud.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/PermaCrud.js	2009-01-13 18:02:05 UTC (rev 11816)
+++ trunk/Open-ILS/web/js/dojo/openils/PermaCrud.js	2009-01-13 19:56:11 UTC (rev 11817)
@@ -203,7 +203,7 @@
                             oncomplete : function (r) {
                                 var res = r.recv();
                                 if ( res && res.content() ) {
-                                    _auto_CUD_recursive( list, 0 );
+                                    _CUD_recursive( list, 0 );
                                 } else {
                                     _pcrud.disconnect();
                                     throw 'Transaction commit error';



More information about the open-ils-commits mailing list