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

(-)a/Koha/BackgroundJob/MARCImportRevertBatch.pm (-1 / +3 lines)
Lines 59-64 sub process { Link Here
59
59
60
    my $import_batch_id = $args->{import_batch_id};
60
    my $import_batch_id = $args->{import_batch_id};
61
61
62
    $self->before_batch_action_hooks();
63
62
    my @messages;
64
    my @messages;
63
    my $job_progress = 0;
65
    my $job_progress = 0;
64
    my (
66
    my (
Lines 99-104 sub process { Link Here
99
    $data->{report}   = $report;
101
    $data->{report}   = $report;
100
102
101
    $self->finish($data);
103
    $self->finish($data);
104
    $self->after_batch_action_hooks();
102
}
105
}
103
106
104
=head3 enqueue
107
=head3 enqueue
105
- 

Return to bug 39156