Bug 12598: Add use Koha::Patron::debarments statement
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 29 Aug 2017 13:31:08 +0000 (10:31 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Feb 2018 17:05:17 +0000 (14:05 -0300)
Signed-off-by: Colin Campbell <colin.campbell@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Koha/Patrons/Import.pm
tools/import_borrowers.pl

index ab73d99..4af3cd6 100644 (file)
@@ -29,6 +29,7 @@ use C4::Members::AttributeTypes;
 use Koha::Libraries;
 use Koha::Patrons;
 use Koha::Patron::Categories;
+use Koha::Patron::Debarments;
 use Koha::DateUtils;
 
 =head1 NAME
index 59168b6..bba512f 100755 (executable)
@@ -39,7 +39,6 @@ use Modern::Perl;
 use C4::Auth;
 use C4::Output;
 use C4::Templates;
-use Koha::Patron::Debarments;
 use Koha::Patrons;
 use Koha::DateUtils;
 use Koha::Token;