[open-ils-commits] r11004 - branches/rel_1_4/Open-ILS/web/conify/global/config

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 30 16:55:15 EDT 2008


Author: dbs
Date: 2008-10-30 16:55:09 -0400 (Thu, 30 Oct 2008)
New Revision: 11004

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

Modified: branches/rel_1_4/Open-ILS/web/conify/global/config/marc_code_maps.js
===================================================================
--- branches/rel_1_4/Open-ILS/web/conify/global/config/marc_code_maps.js	2008-10-30 20:54:44 UTC (rev 11003)
+++ branches/rel_1_4/Open-ILS/web/conify/global/config/marc_code_maps.js	2008-10-30 20:55:09 UTC (rev 11004)
@@ -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