Merge r11003 from trunk: JavaScript syntax error b0rked Conify MARC codes editor...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 30 Oct 2008 20:55:09 +0000 (20:55 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 30 Oct 2008 20:55:09 +0000 (20:55 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11004 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/conify/global/config/marc_code_maps.js

index d903b71..2dc7a04 100644 (file)
@@ -174,7 +174,7 @@ function delete_grid_selection(classname, grid ) {
                         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();