From: dbs Date: Thu, 30 Oct 2008 20:51:23 +0000 (+0000) Subject: Merge r11001 from trunk: JavaScript syntax error b0rked Conify MARC codes editor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fa1b1a1b503ad6b8457a220edd3eeddb91312dde;p=Evergreen.git Merge r11001 from trunk: JavaScript syntax error b0rked Conify MARC codes editor git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11002 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/conify/global/config/marc_code_maps.js b/Open-ILS/web/conify/global/config/marc_code_maps.js index 9296769edd..d903b71100 100644 --- a/Open-ILS/web/conify/global/config/marc_code_maps.js +++ b/Open-ILS/web/conify/global/config/marc_code_maps.js @@ -88,7 +88,7 @@ function save_code (classname) { 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' )] ) );