From b78f3f1d08a8fd193cdf73d9bf440f256a2b96f7 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 --- Koha/BackgroundJob/BatchUpdateItem.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/BackgroundJob/BatchUpdateItem.pm b/Koha/BackgroundJob/BatchUpdateItem.pm index 6c7246e2404..fb50893991e 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.25.1