From e67cd9813b32cc8a3fdd9b1743b3bee40ec22655 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 6 May 2022 13:50:57 +0100 Subject: [PATCH] Bug 18086: (follow-up) Update for export changes --- C4/Overdues.pm | 1 + Koha/OverdueRule.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/C4/Overdues.pm b/C4/Overdues.pm index 486c63cab8..f067543c22 100644 --- a/C4/Overdues.pm +++ b/C4/Overdues.pm @@ -33,6 +33,7 @@ use Koha::Logger; use Koha::Account::Lines; use Koha::Account::Offsets; use Koha::Libraries; +use Koha::OverdueRules; use Koha::Recalls; our (@ISA, @EXPORT_OK); diff --git a/Koha/OverdueRule.pm b/Koha/OverdueRule.pm index e17bf1989c..daecb6a1ab 100644 --- a/Koha/OverdueRule.pm +++ b/Koha/OverdueRule.pm @@ -20,6 +20,7 @@ use Modern::Perl; use Carp; use Koha::Database; +use Koha::OverdueRules::TransportTypes; use base qw(Koha::Object); -- 2.20.1