From 397354e4bb9d18b797ad96a5d906bab0b985cda1 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 Signed-off-by: David Nind Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 668252503d3893391d0399537fd6f787cce507c4) Signed-off-by: Matt Blenkinsop --- .../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 %]