Bug 15548: Move new patron related code to Patron*
[koha.git] / misc / cronjobs / overdue_notices.pl
index 1774b29..f77e3bb 100755 (executable)
@@ -38,10 +38,11 @@ use C4::Context;
 use C4::Letters;
 use C4::Overdues qw(GetFine GetOverdueMessageTransportTypes parse_overdues_letter);
 use C4::Log;
-use Koha::Borrower::Debarments qw(AddUniqueDebarment);
+use Koha::Patron::Debarments qw(AddUniqueDebarment);
 use Koha::DateUtils;
 use Koha::Calendar;
 use Koha::Libraries;
+use Koha::Acquisition::Currencies;
 
 =head1 NAME