@@ -, +, @@ FAIL acqui/addorder.pl FAIL valid " dt_from_string " is not exported by the Koha::DateUtils module --- acqui/addorder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/acqui/addorder.pl +++ a/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 ----------" --