View | Details | Raw Unified | Return to bug 7735
Collapse All | Expand All

(-)a/acqui/ordered.pl (-1 lines)
Lines 33-39 use warnings; Link Here
33
use CGI;
33
use CGI;
34
use C4::Auth;
34
use C4::Auth;
35
use C4::Output;
35
use C4::Output;
36
use C4::Dates;
37
36
38
my $dbh     = C4::Context->dbh;
37
my $dbh     = C4::Context->dbh;
39
my $input   = new CGI;
38
my $input   = new CGI;
(-)a/acqui/spent.pl (-3 / +1 lines)
Lines 25-38 Link Here
25
25
26
=head1 DESCRIPTION
26
=head1 DESCRIPTION
27
27
28
this script is designed to show the spent amount in budges
28
this script is designed to show the spent amount in budgets
29
29
30
=cut
30
=cut
31
31
32
use C4::Context;
32
use C4::Context;
33
use C4::Auth;
33
use C4::Auth;
34
use C4::Output;
34
use C4::Output;
35
use C4::Dates;
36
use strict;
35
use strict;
37
use warnings;
36
use warnings;
38
use CGI;
37
use CGI;
39
- 

Return to bug 7735