Bug 12448: Follow-up: Only ask confirmation when rental charge > 0
[koha.git] / reports / catalogue_stats.pl
index c8e2194..a19334a 100755 (executable)
@@ -41,7 +41,7 @@ plugin that shows a stats on borrowers
 
 our $debug = 0;
 my $input = new CGI;
-my $fullreportname = "reports/catalogue_stats.tmpl";
+my $fullreportname = "reports/catalogue_stats.tt";
 my $do_it       = $input->param('do_it');
 my $line        = $input->param("Line");
 my $column      = $input->param("Column");
@@ -130,11 +130,9 @@ if ($do_it) {
 #              $count++ if (($value) and (! $haslccn));
 #              push @select, $value;
 #      }
-#      my $CGIlccn=CGI::scrolling_list( -name     => 'Filter',
-#                              -id => 'Filter',
-#                              -values   => \@select,
-#                              -size     => 1,
-#                              -multiple => 0 );
+#   my $CGIlccn = {
+#       values   => \@select,
+#   };
 
 # No need to test for data here.  If you don't have itemcallnumbers, you probably know it.
 # FIXME: Hardcoding to 5 chars on itemcallnum.