From 5d5f0d5aac33bdb69d8947e7bc7634aa3a509dca Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 17 Mar 2023 17:08:56 -1000 Subject: [PATCH] Bug 33088: Remove background-job-progressbar.js in batch_record_modification.tt It must be removed, we don't need it since bug 22417 Test plan : Play with batch record modification and check there is no JS error --- .../prog/en/modules/tools/batch_record_modification.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt index fc2dcff60d..f86cad491b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt @@ -297,7 +297,6 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %] - [% Asset.js("js/background-job-progressbar.js") | $raw %]