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

(-)a/Koha/BackgroundJob/BatchDeleteItem.pm (-1 / +1 lines)
Lines 28-33 use Try::Tiny; Link Here
28
28
29
use Koha::BackgroundJobs;
29
use Koha::BackgroundJobs;
30
use Koha::DateUtils qw( dt_from_string );
30
use Koha::DateUtils qw( dt_from_string );
31
use Koha::Items;
31
32
32
use base 'Koha::BackgroundJob';
33
use base 'Koha::BackgroundJob';
33
34
34
- 

Return to bug 28413