From b30d2363b69b69dee28f8e27cae968b20f1be199 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 19 Aug 2022 10:12:06 -0300 Subject: [PATCH] Bug 30718: Fix imports Signed-off-by: Tomas Cohen Arazi --- C4/Reserves.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index fa131cd5c3..a03072d8df 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -38,13 +38,12 @@ use Koha::Biblios; use Koha::Calendar; use Koha::CirculationRules; use Koha::Database; -use Koha::DateUtils qw( dt_from_string ); -use Koha::Hold; +use Koha::DateUtils qw( dt_from_string output_pref ); use Koha::Holds; use Koha::ItemTypes; use Koha::Items; use Koha::Libraries; -use Koha::Old::Hold; +use Koha::Old::Holds; use Koha::Patrons; use Koha::Plugins; -- 2.39.5