[open-ils-commits] r11003 - trunk/Open-ILS/web/conify/global/config

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 30 16:54:48 EDT 2008


Author: dbs
Date: 2008-10-30 16:54:44 -0400 (Thu, 30 Oct 2008)
New Revision: 11003

Modified:
   trunk/Open-ILS/web/conify/global/config/marc_code_maps.js
Log:
JavaScript syntax error b0rked Conify MARC codes editor, part deux

Modified: trunk/Open-ILS/web/conify/global/config/marc_code_maps.js
===================================================================
--- trunk/Open-ILS/web/conify/global/config/marc_code_maps.js	2008-10-30 20:51:23 UTC (rev 11002)
+++ trunk/Open-ILS/web/conify/global/config/marc_code_maps.js	2008-10-30 20:54:44 UTC (rev 11003)
@@ -174,7 +174,7 @@
                         status_update( dojo.string.substitute( cam_strings.STATUS_DELETED, [old_name] ) );
                     } else {
                         //highlighter.red.play();
-                        status_update( status_update( dojo.string.substitute( cam_strings.ERROR_DELETING, [old_name] ) );
+                        status_update( dojo.string.substitute( cam_strings.ERROR_DELETING, [old_name] ) );
                     }
                 }
             }).send();



More information about the open-ils-commits mailing list