Acquisition - Dates.pm switch
authorJoe Atzberger <joe.atzberger@liblime.com>
Mon, 10 Dec 2007 23:04:37 +0000 (17:04 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 13 Dec 2007 23:42:24 +0000 (17:42 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Acquisition.pm

index 4853da2..a1f2043 100644 (file)
@@ -21,7 +21,7 @@ package C4::Acquisition;
 use strict;
 require Exporter;
 use C4::Context;
-use C4::Date;
+use C4::Dates qw(format_date);
 use MARC::Record;
 use C4::Suggestions;
 use Time::localtime;
@@ -29,7 +29,7 @@ use Time::localtime;
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.01;
 
 # used in receiveorder subroutine
 # to provide library specific handling