From edf35ec2d9636230ad4d6ec0b073d09f99019f92 Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Sat, 5 Feb 2022 00:21:26 +0100 Subject: [PATCH] =?UTF-8?q?Bug=2029602:=20(follow-up)=20fix=20crash:=20SET?= =?UTF-8?q?=20KohaSpan=20=E2=86=92=20USE=20KohaSpan?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../background_jobs/batch_authority_record_modification.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_authority_record_modification.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_authority_record_modification.inc index 3f56ca598b..d1ed00a125 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_authority_record_modification.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_authority_record_modification.inc @@ -1,4 +1,4 @@ -[% SET KohaSpan %] +[% USE KohaSpan %] [% BLOCK report %] [% SET report = job.report %] [% IF report %] -- 2.35.1