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

(-)a/t/db_dependent/Members.t (-2 / +1 lines)
Lines 25-31 use Data::Dumper qw/Dumper/; Link Here
25
use C4::Context;
25
use C4::Context;
26
use Koha::Database;
26
use Koha::Database;
27
use Koha::Holds;
27
use Koha::Holds;
28
use Koha::List::Patron;
28
use Koha::List::Patron qw( AddPatronList AddPatronsToList );
29
use Koha::Patrons;
29
use Koha::Patrons;
30
use Koha::Patron::Relationship;
30
use Koha::Patron::Relationship;
31
31
32
- 

Return to bug 17600