@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/letter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/letter.js +++ a/koha-tmpl/intranet-tmpl/prog/js/letter.js @@ -29,7 +29,7 @@ function checkCodes( new_lettercode, new_branchcode ){ } }); } -//This has bug + function confirmOverwrite( new_lettercode, new_branchcode ){ var letter_exists; $.ajax({ --