missed parameter for .getFormattedString cwmars_rel_2_3_3_prod
authorJason Etheridge <jason@esilibrary.com>
Wed, 5 Jun 2013 16:57:55 +0000 (12:57 -0400)
committerJason Etheridge <jason@esilibrary.com>
Wed, 5 Jun 2013 16:57:55 +0000 (12:57 -0400)
for a dialog when importing item attribute editor templates

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/xul/staff_client/server/cat/copy_editor.js

index 15a9b95..e464f3a 100644 (file)
@@ -471,7 +471,7 @@ g.import_templates = function() {
 
             var r = g.error.yns_alert(
                 $('catStrings').getString('staff.cat.copy_editor.import_templates.save.prompt'),
-                $('catStrings').getFormattedString('staff.cat.copy_editor.import_templates.save.title'),
+                $('catStrings').getFormattedString('staff.cat.copy_editor.import_templates.save.title',[i]),
                 $('catStrings').getString('staff.cat.copy_editor.import_templates.save.yes'),
                 $('catStrings').getString('staff.cat.copy_editor.import_templates.save.no'),
                 null,