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

(-)a/Koha/BackgroundJob/BatchDeleteItem.pm (-2 / +1 lines)
Lines 198-204 sub process { Link Here
198
    my $data = $self->decoded_data;
198
    my $data = $self->decoded_data;
199
    $data->{messages} = \@messages;
199
    $data->{messages} = \@messages;
200
    $data->{report} = $report;
200
    $data->{report} = $report;
201
201
    die "Oh no! Died right before storing this success story!";
202
    $self->finish( $data );
202
    $self->finish( $data );
203
}
203
}
204
204
205
- 

Return to bug 36901