From 7012eb1abbaecbb8eadf972ab37af1d0cf1926aa Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Mon, 10 Dec 2007 17:04:37 -0600 Subject: [PATCH] Acquisition - Dates.pm switch Signed-off-by: Joshua Ferraro --- C4/Acquisition.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 4853da261d..a1f204372e 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -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 -- 2.39.5