Bug 7735: removal of C4::Dates when unused
authorAdrien Saurat <adrien.saurat@biblibre.com>
Mon, 19 Mar 2012 13:16:47 +0000 (14:16 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 20 Mar 2012 17:11:04 +0000 (18:11 +0100)
Removes use of C4::Dates in acqui/ordered.pl and acqui/spent.pl

Signed-off-by: Ian Walls <koha.sekjal@gmail.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>

acqui/ordered.pl
acqui/spent.pl

index ad6883a..cdf2cd7 100755 (executable)
@@ -33,7 +33,6 @@ use warnings;
 use CGI;
 use C4::Auth;
 use C4::Output;
-use C4::Dates;
 
 my $dbh     = C4::Context->dbh;
 my $input   = new CGI;
index 954fdf6..0dcba98 100755 (executable)
 
 =head1 DESCRIPTION
 
-this script is designed to show the spent amount in budges
+this script is designed to show the spent amount in budgets
 
 =cut
 
 use C4::Context;
 use C4::Auth;
 use C4::Output;
-use C4::Dates;
 use strict;
 use warnings;
 use CGI;