From 4ad5df9655402e9a5607acb6490d3bfd33b1d514 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 25 Dec 2007 01:26:00 -0600 Subject: [PATCH] fixed C4::Dates usage that caused crash of orderreceive.pl Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- acqui/orderreceive.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl index 1431e63618..cc2c67377a 100755 --- a/acqui/orderreceive.pl +++ b/acqui/orderreceive.pl @@ -63,7 +63,7 @@ use C4::Koha; # GetKohaAuthorisedValues GetItemTypes use C4::Acquisition; use C4::Auth; use C4::Output; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Bookseller; use C4::Members; use C4::Branch; # GetBranches -- 2.39.5