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

(-)a/C4/Biblio.pm (-1 / +1 lines)
Lines 101-106 use C4::Items qw( GetMarcItem ); Link Here
101
101
102
use Koha::Logger;
102
use Koha::Logger;
103
use Koha::Caches;
103
use Koha::Caches;
104
use Koha::ClassSources;
104
use Koha::Authority::Types;
105
use Koha::Authority::Types;
105
use Koha::Acquisition::Currencies;
106
use Koha::Acquisition::Currencies;
106
use Koha::BackgroundJob::BatchUpdateBiblioHoldsQueue;
107
use Koha::BackgroundJob::BatchUpdateBiblioHoldsQueue;
107
- 

Return to bug 30920