Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-equinox.git] / admin / itemtypes.pl
index 87af801..bfaa44c 100755 (executable)
@@ -73,7 +73,7 @@ my $op          = $input->param('op');
 $searchfield =~ s/\,//g;
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {
-        template_name   => "admin/itemtypes.tmpl",
+        template_name   => "admin/itemtypes.tt",
         query           => $input,
         type            => "intranet",
         authnotrequired => 0,