From a7d1ef6dff0a31ceda59dbc965c24acb459f277f Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 4 Dec 2007 17:40:53 -0600 Subject: [PATCH] acqui subdir - Dates.pm integration and warnings fixes. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- acqui/basket.pl | 2 +- acqui/booksellers.pl | 2 +- acqui/orderreceive.pl | 2 +- acqui/parcel.pl | 2 +- acqui/parcels.pl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index 8c6a5ca332..39432b5e86 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -31,7 +31,7 @@ use CGI; use C4::Acquisition; use C4::Bookfund; use C4::Bookseller; -use C4::Date; +use C4::Dates; =head1 NAME diff --git a/acqui/booksellers.pl b/acqui/booksellers.pl index 91756f1a74..f42baf4004 100755 --- a/acqui/booksellers.pl +++ b/acqui/booksellers.pl @@ -60,7 +60,7 @@ use CGI; use C4::Acquisition; -use C4::Date; +use C4::Dates; use C4::Bookseller; my $query = new CGI; diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl index 38951f2e67..1431e63618 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::Date; +use C4::Dates; use C4::Bookseller; use C4::Members; use C4::Branch; # GetBranches diff --git a/acqui/parcel.pl b/acqui/parcel.pl index 586038f117..b4bfa66029 100755 --- a/acqui/parcel.pl +++ b/acqui/parcel.pl @@ -60,7 +60,7 @@ use C4::Bookseller; use C4::Biblio; use CGI; use C4::Output; -use C4::Date; +use C4::Dates; use strict; diff --git a/acqui/parcels.pl b/acqui/parcels.pl index bdf82f6226..d4dee4b9b5 100755 --- a/acqui/parcels.pl +++ b/acqui/parcels.pl @@ -65,7 +65,7 @@ use CGI; use C4::Auth; use C4::Output; -use C4::Date; +use C4::Dates; use C4::Acquisition; use C4::Bookseller; -- 2.20.1