From 01c004d94eb184406c66ace00323e1fbb867df21 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 a95a67ed051..d3f6cfb176d 100644 --- a/Koha/Patrons.pm +++ b/Koha/Patrons.pm @@ -28,7 +28,7 @@ use Koha::Patron; use Koha::Exceptions::Patron; use Koha::Exceptions::SysPref; 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::Mixin::ExtendedAttributes Koha::Objects); -- 2.39.5