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

(-)a/reports/bor_issues_top.pl (-2 lines)
Lines 38-45 plugin that shows a stats on borrowers Link Here
38
38
39
=head1 DESCRIPTION
39
=head1 DESCRIPTION
40
40
41
=over 2
42
43
=cut
41
=cut
44
42
45
$debug = 1;
43
$debug = 1;
(-)a/reports/cat_issues_top.pl (-2 lines)
Lines 38-45 plugin that shows a stats on borrowers Link Here
38
38
39
=head1 DESCRIPTION
39
=head1 DESCRIPTION
40
40
41
=over 2
42
43
=cut
41
=cut
44
42
45
my $input = new CGI;
43
my $input = new CGI;
(-)a/reports/catalogue_stats.pl (-2 lines)
Lines 36-43 plugin that shows a stats on borrowers Link Here
36
36
37
=head1 DESCRIPTION
37
=head1 DESCRIPTION
38
38
39
=over 2
40
41
=cut
39
=cut
42
40
43
our $debug = 0;
41
our $debug = 0;
(-)a/reports/issues_avg_stats.pl (-2 lines)
Lines 38-45 plugin that shows a stats on borrowers Link Here
38
38
39
=head1 DESCRIPTION
39
=head1 DESCRIPTION
40
40
41
=over 2
42
43
=cut
41
=cut
44
42
45
my $input = new CGI;
43
my $input = new CGI;
(-)a/reports/reserves_stats.pl (-3 lines)
Lines 43-50 plugin that shows circulation stats Link Here
43
43
44
=head1 DESCRIPTION
44
=head1 DESCRIPTION
45
45
46
=over 2
47
48
=cut
46
=cut
49
47
50
# my $debug = 1;	# override for now.
48
# my $debug = 1;	# override for now.
51
- 

Return to bug 11668