From 26731b564afc4cac0164fef359742c752d476338 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 3 Feb 2023 14:51:25 +0000 Subject: [PATCH] Bug 24616: (QA follow-up) Remove "This has bug" comment ... hopefully because there is no more bug now! Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/js/letter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/letter.js b/koha-tmpl/intranet-tmpl/prog/js/letter.js index 365878e7f2..d755dde626 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/letter.js +++ b/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({ -- 2.30.2