From 78c5ce6d7e467a48122bba24715947bf645ec231 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FAIL acqui/addorder.pl FAIL valid " dt_from_string " is not exported by the Koha::DateUtils module Can't continue after import errors Signed-off-by: Christian Stelzenmüller Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- 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.20.1