Bug 24616: (QA follow-up) Remove "This has bug" comment
authorKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 3 Feb 2023 14:51:25 +0000 (14:51 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 6 Feb 2023 21:34:12 +0000 (18:34 -0300)
... hopefully because there is no more bug now!

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/letter.js

index 365878e..d755dde 100644 (file)
@@ -29,7 +29,7 @@ function checkCodes( new_lettercode, new_branchcode ){
         }
     });
 }
-//This has bug
+
 function confirmOverwrite( new_lettercode, new_branchcode ){
     var letter_exists;
     $.ajax({