---
 acqui/ordered.pl |    1 -
 acqui/spent.pl   |    3 +--
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/acqui/ordered.pl b/acqui/ordered.pl
index ad6883a..cdf2cd7 100755
--- a/acqui/ordered.pl
+++ b/acqui/ordered.pl
@@ -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;
diff --git a/acqui/spent.pl b/acqui/spent.pl
index 954fdf6..0dcba98 100755
--- a/acqui/spent.pl
+++ b/acqui/spent.pl
@@ -25,14 +25,13 @@
 
 =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;
-- 
1.7.4.1

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to