@@ -, +, @@ --- Koha/Patrons.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/Patrons.pm +++ a/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); --