View | Details | Raw Unified | Return to bug 28445
Collapse All | Expand All

(-)a/Koha/BackgroundJob/BatchUpdateItem.pm (-2 lines)
Lines 106-112 sub process { Link Here
106
106
107
    my $report = {
107
    my $report = {
108
        total_records            => scalar @record_ids,
108
        total_records            => scalar @record_ids,
109
        modified_itemitemnumbers => [],
110
        modified_fields          => 0,
109
        modified_fields          => 0,
111
    };
110
    };
112
111
113
- 

Return to bug 28445