@@ -, +, @@ --- Koha/Patrons/Import.pm | 1 + tools/import_borrowers.pl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Patrons/Import.pm +++ a/Koha/Patrons/Import.pm @@ -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 --- a/tools/import_borrowers.pl +++ a/tools/import_borrowers.pl @@ -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; --