From 06e91f1cc9e1d35b5686e018601bcf0a7f1fdc54 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 29 Aug 2017 10:31:08 -0300 Subject: [PATCH 2/2] Bug 12598: Add use Koha::Patron::debarments statement Signed-off-by: Colin Campbell --- Koha/Patrons/Import.pm | 1 + tools/import_borrowers.pl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Patrons/Import.pm b/Koha/Patrons/Import.pm index ab73d99048..4af3cd6db2 100644 --- a/Koha/Patrons/Import.pm +++ b/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 diff --git a/tools/import_borrowers.pl b/tools/import_borrowers.pl index 59168b6fb2..bba512f5f8 100755 --- a/tools/import_borrowers.pl +++ b/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; -- 2.13.5