From fa1b1a1b503ad6b8457a220edd3eeddb91312dde Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 30 Oct 2008 20:51:23 +0000 Subject: [PATCH] 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 --- Open-ILS/web/conify/global/config/marc_code_maps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' )] ) ); -- 2.11.0