@@ -, +, @@ - 1 mandatory fields empty (highlighted) --- koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js +++ a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js @@ -86,7 +86,7 @@ function Check(f) { } else { alertString2 = MSG_FORM_NOT_SUBMITTED; alertString2 += "\n------------------------------------------------------------------------------------\n"; - alertString2 += "\n- " + "%s " + MSG_MANDATORY_FIELDS_EMPTY.format(total_mandatory); + alertString2 += "\n- " + MSG_MANDATORY_FIELDS_EMPTY.format(total_mandatory); } if(total_important > 0){ if( !alertString2 ){ --