fixed C4::Dates usage that caused crash of orderreceive.pl
authorGalen Charlton <galen.charlton@liblime.com>
Tue, 25 Dec 2007 07:26:00 +0000 (01:26 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 25 Dec 2007 15:08:36 +0000 (09:08 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
acqui/orderreceive.pl

index 1431e63..cc2c673 100755 (executable)
@@ -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