Bug 16911 [QA Followup] - No need to 'use C4::Members'
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Sep 2016 14:52:52 +0000 (14:52 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Sep 2016 14:52:52 +0000 (14:52 +0000)
For some reason, this is causing t/db_dependent/Circulation.t to fail if
run independently.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Patron.pm

index 29ab0d9..d9e2585 100644 (file)
@@ -23,7 +23,6 @@ use Modern::Perl;
 use Carp;
 
 use C4::Context;
-use C4::Members;
 use C4::Log;
 use Koha::Database;
 use Koha::DateUtils;