From 53e7262454f9730bf50a1b76f7a6d0d1bbed5f24 Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Sat, 5 Feb 2022 00:21:26 +0100 Subject: [PATCH] Bug 29602: (follow-up) fix crash: SET KohaSpan => USE KohaSpan Signed-off-by: Martin Renvoize --- .../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.20.1