From 3e6885bf3a909355882b5481817be880f6dd73e4 Mon Sep 17 00:00:00 2001
From: Victor Grousset/tuxayo <victor@tuxayo.net>
Date: Sat, 5 Feb 2022 00:21:26 +0100
Subject: [PATCH] Bug 29602: (follow-up) fix crash: SET KohaSpan => USE
 KohaSpan

---
 .../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.2