@@ -, +, @@ --- Koha/BackgroundJob/BatchUpdateItem.pm | 1 - 1 file changed, 1 deletion(-) --- a/Koha/BackgroundJob/BatchUpdateItem.pm +++ a/Koha/BackgroundJob/BatchUpdateItem.pm @@ -106,7 +106,6 @@ sub process { my $report = { total_records => scalar @record_ids, - modified_itemitemnumbers => [], modified_fields => 0, }; --