Browse Source

Bug 28413: (QA follow-up) Fix for missing use Koha::Items

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.11/bug30761
Andrew Nugged 2 years ago
committed by Jonathan Druart
parent
commit
0d06aa52c6
  1. 1
      Koha/BackgroundJob/BatchDeleteItem.pm

1
Koha/BackgroundJob/BatchDeleteItem.pm

@ -28,6 +28,7 @@ use Try::Tiny;
use Koha::BackgroundJobs;
use Koha::DateUtils qw( dt_from_string );
use Koha::Items;
use base 'Koha::BackgroundJob';

Loading…
Cancel
Save