Browse Source

Bug 16911 [QA Followup] - No need to 'use C4::Members'

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>
16.11.x
Kyle Hall 8 years ago
parent
commit
85adee7021
  1. 1
      Koha/Patron.pm

1
Koha/Patron.pm

@ -23,7 +23,6 @@ use Modern::Perl;
use Carp;
use C4::Context;
use C4::Members;
use C4::Log;
use Koha::Database;
use Koha::DateUtils;

Loading…
Cancel
Save