[open-ils-commits] r11002 - 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:51:28 EDT 2008
Author: dbs
Date: 2008-10-30 16:51:23 -0400 (Thu, 30 Oct 2008)
New Revision: 11002
Modified:
branches/rel_1_4/Open-ILS/web/conify/global/config/marc_code_maps.js
Log:
Merge r11001 from trunk: JavaScript syntax error b0rked Conify MARC codes editor
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:50:22 UTC (rev 11001)
+++ branches/rel_1_4/Open-ILS/web/conify/global/config/marc_code_maps.js 2008-10-30 20:51:23 UTC (rev 11002)
@@ -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