Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-equinox.git] / reports / issues_stats.pl
index ddc3740..0df9942 100755 (executable)
@@ -47,7 +47,7 @@ plugin that shows circulation stats
 
 # my $debug = 1;       # override for now.
 my $input = new CGI;
-my $fullreportname = "reports/issues_stats.tmpl";
+my $fullreportname = "reports/issues_stats.tt";
 my $do_it    = $input->param('do_it');
 my $line     = $input->param("Line");
 my $column   = $input->param("Column");