cleanup of acqui/ for Dates, missing format_date
authorJoshua Ferraro <jmf@liblime.com>
Wed, 5 Dec 2007 01:06:05 +0000 (19:06 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 5 Dec 2007 01:06:05 +0000 (19:06 -0600)
acqui/basket.pl
acqui/booksellers.pl
acqui/parcel.pl
acqui/parcels.pl

index 39432b5..d68bcd2 100755 (executable)
@@ -26,12 +26,10 @@ use C4::Auth;
 use C4::Koha;
 use C4::Output;
 use CGI;
-
-
 use C4::Acquisition;
 use C4::Bookfund;
 use C4::Bookseller;
-use C4::Dates;
+use C4::Dates qw/format_date/;
 
 =head1 NAME
 
index f42baf4..ba22532 100755 (executable)
@@ -60,7 +60,7 @@ use CGI;
 
 
 use C4::Acquisition;
-use C4::Dates;
+use C4::Dates qw/format_date/;
 use C4::Bookseller;
 
 my $query = new CGI;
index b4bfa66..c6a1fe0 100755 (executable)
@@ -60,7 +60,7 @@ use C4::Bookseller;
 use C4::Biblio;
 use CGI;
 use C4::Output;
-use C4::Dates;
+use C4::Dates qw/format_date format_date_in_iso/;
 
 use strict;
 
index d4dee4b..a137bc8 100755 (executable)
@@ -65,8 +65,7 @@ use CGI;
 use C4::Auth;
 use C4::Output;
 
-use C4::Dates;
-
+use C4::Dates qw/format_date/;
 use C4::Acquisition;
 use C4::Bookseller;