From 749f11cde7959ebbfd7bd2e6f44d8e0634ed8c30 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 29 Mar 2024 09:02:10 -0400 Subject: [PATCH] Bug 23260: (QA follow-up) Tidy code Signed-off-by: Kyle M Hall --- Koha/Patrons.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Patrons.pm b/Koha/Patrons.pm index d3b4c20371f..5bea9d9d8c7 100644 --- a/Koha/Patrons.pm +++ b/Koha/Patrons.pm @@ -28,7 +28,7 @@ use Koha::ArticleRequests; use Koha::Patron; use Koha::Exceptions::Patron; use Koha::Patron::Categories; -use Date::Calc qw( Today Add_Delta_Days); +use Date::Calc qw( Today Add_Delta_Days ); use base qw(Koha::Objects); -- 2.30.2