Skip to content

Commit

Permalink
cleanup of acqui/ for Dates, missing format_date
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Ferraro committed Dec 5, 2007
1 parent a602c6d commit d7ec5d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions acqui/basket.pl
Expand Up @@ -26,12 +26,10 @@
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
Expand Down
2 changes: 1 addition & 1 deletion acqui/booksellers.pl
Expand Up @@ -60,7 +60,7 @@ =head1 CGI PARAMETERS


use C4::Acquisition;
use C4::Dates;
use C4::Dates qw/format_date/;
use C4::Bookseller;

my $query = new CGI;
Expand Down
2 changes: 1 addition & 1 deletion acqui/parcel.pl
Expand Up @@ -60,7 +60,7 @@ =head1 CGI PARAMETERS
use C4::Biblio;
use CGI;
use C4::Output;
use C4::Dates;
use C4::Dates qw/format_date format_date_in_iso/;

use strict;

Expand Down
3 changes: 1 addition & 2 deletions acqui/parcels.pl
Expand Up @@ -65,8 +65,7 @@ =head1 CGI PARAMETERS
use C4::Auth;
use C4::Output;

use C4::Dates;

use C4::Dates qw/format_date/;
use C4::Acquisition;
use C4::Bookseller;

Expand Down

0 comments on commit d7ec5d8

Please sign in to comment.