From 75c468de00c8b2ae72d946473a1f0ee0874ef880 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 28 Oct 2021 11:47:07 +0200 Subject: [PATCH] Bug 28445: Remove modified_itemitemnumbers Wrong substitution Signed-off-by: Jonathan Druart --- Koha/BackgroundJob/BatchUpdateItem.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/BackgroundJob/BatchUpdateItem.pm b/Koha/BackgroundJob/BatchUpdateItem.pm index 6c7246e240..fb50893991 100644 --- a/Koha/BackgroundJob/BatchUpdateItem.pm +++ b/Koha/BackgroundJob/BatchUpdateItem.pm @@ -106,7 +106,6 @@ sub process { my $report = { total_records => scalar @record_ids, - modified_itemitemnumbers => [], modified_fields => 0, }; -- 2.20.1