From 62934587960ef0dcf080c9674dd3039b4c95e5d1 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Wed, 8 Nov 2023 10:59:01 +0000 Subject: [PATCH] Bug 22188: Add Koha::DateUtils for dt_from_string function --- C4/Serials.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Serials.pm b/C4/Serials.pm index 26f4fcb0905..e406f775ec0 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -48,6 +48,7 @@ use Koha::Subscription::Histories; use Koha::Subscriptions; use Koha::Suggestions; use Koha::TemplateUtils qw( process_tt ); +use Koha::DateUtils qw( dt_from_string ); # Define statuses use constant { -- 2.20.1