From 42feb1849ad54f042aee1d51f44f4d30138d89b8 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Tue, 12 Apr 2022 17:23:22 +0200 Subject: [PATCH] Revert "Bug 29859: Fix BatchUpdateAuthority" This reverts commit a46f8a097412b28df268dc6e043cf39464a5678d. Signed-off-by: Fridolin Somers --- Koha/BackgroundJob/BatchUpdateAuthority.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/BackgroundJob/BatchUpdateAuthority.pm b/Koha/BackgroundJob/BatchUpdateAuthority.pm index a8b4c858e6..482acf892c 100644 --- a/Koha/BackgroundJob/BatchUpdateAuthority.pm +++ b/Koha/BackgroundJob/BatchUpdateAuthority.pm @@ -19,7 +19,7 @@ use Modern::Perl; use JSON qw( decode_json encode_json ); use C4::MarcModificationTemplates qw( ModifyRecordWithTemplate ); -use C4::AuthoritiesMarc qw( ModAuthority ); +use C4::AuthoritiesMarc; use Koha::BackgroundJobs; use Koha::DateUtils qw( dt_from_string ); use Koha::MetadataRecord::Authority; -- 2.20.1