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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 30 16:50:27 EDT 2008


Author: dbs
Date: 2008-10-30 16:50:22 -0400 (Thu, 30 Oct 2008)
New Revision: 11001

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

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:17:18 UTC (rev 11000)
+++ trunk/Open-ILS/web/conify/global/config/marc_code_maps.js	2008-10-30 20:50:22 UTC (rev 11001)
@@ -88,7 +88,7 @@
 			if ( res && res.content() ) {
 				stores[classname].setValue( current_item, 'ischanged', 0 );
 				//highlighter.green.play();
-				status_update( dojo.string.substitute(cam_strings.SUCCESS_SAVE, stores[classname].getValue( item, 'code' )]) );
+				status_update( dojo.string.substitute(cam_strings.SUCCESS_SAVE, stores[classname].getValue( item, 'code' )) );
 			} else {
 				//highlighter.red.play();
 				status_update( dojo.string.substitute( cam_strings.ERROR_SAVING_DATA, [classname, stores[classname].getValue( item, 'code' )] ) );



More information about the open-ils-commits mailing list