From ac5221a591b5861fd0f95203e5730f6dfc1283fb Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 4 Jul 2022 12:41:33 +0000 Subject: [PATCH] Bug 15348: (follow-up) Fix export of dt_from_string FAIL acqui/addorder.pl FAIL valid " dt_from_string " is not exported by the Koha::DateUtils module Can't continue after import errors --- acqui/addorder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/addorder.pl b/acqui/addorder.pl index 7d5b7c30f3..c19d31ba80 100755 --- a/acqui/addorder.pl +++ b/acqui/addorder.pl @@ -137,7 +137,7 @@ use Koha::Acquisition::Currencies qw( get_active ); use Koha::Acquisition::Orders; use Koha::Acquisition::Baskets; use C4::Barcodes; -use Koha::DateUtils q( dt_from_string ); +use Koha::DateUtils qw( dt_from_string ); ### "-------------------- addorder.pl ----------" -- 2.30.2