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

(-)a/C4/HoldsQueue.pm (-1 / +1 lines)
Lines 48-53 use Koha::Patrons; Link Here
48
use List::Util         qw( shuffle );
48
use List::Util         qw( shuffle );
49
use List::MoreUtils    qw( any );
49
use List::MoreUtils    qw( any );
50
use Algorithm::Munkres qw();
50
use Algorithm::Munkres qw();
51
use Parallel::ForkManager;
51
52
52
=head1 FUNCTIONS
53
=head1 FUNCTIONS
53
54
54
- 

Return to bug 41781