Bug 13487: Fix pagination for the item search
[koha-ffzg.git] / reports / reservereport.pl
index 42a1d20..bd5ee0c 100755 (executable)
@@ -48,7 +48,7 @@ my $branches=GetBranches();
 
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {
-        template_name   => "reports/reservereport.tmpl",
+        template_name   => "reports/reservereport.tt",
         query           => $input,
         type            => "intranet",
         authnotrequired => 0,