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

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

Return to bug 30920