Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-equinox.git] / patroncards / edit-batch.pl
index b0cd3b3..fb730a7 100755 (executable)
@@ -33,7 +33,7 @@ use C4::Patroncards;
 my $cgi = new CGI;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
-        template_name   => "patroncards/edit-batch.tmpl",
+        template_name   => "patroncards/edit-batch.tt",
         query           => $cgi,
         type            => "intranet",
         authnotrequired => 0,