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

(-)a/Koha/BackgroundJob.pm (-3 lines)
Lines 11-18 use Koha::Exceptions; Link Here
11
use Koha::BackgroundJob::BatchUpdateBiblio;
11
use Koha::BackgroundJob::BatchUpdateBiblio;
12
use Koha::BackgroundJob::BatchUpdateAuthority;
12
use Koha::BackgroundJob::BatchUpdateAuthority;
13
13
14
use Scalar::Util qw( weaken );
15
16
use base qw( Koha::Object );
14
use base qw( Koha::Object );
17
15
18
sub connect {
16
sub connect {
19
- 

Return to bug 22417