Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-ffzg.git] / admin / aqcontract.pl
index 43a6b0a..d173dfe 100755 (executable)
@@ -38,7 +38,7 @@ my $op             = $input->param('op') || 'list';
 my $bookseller = GetBookSellerFromId($booksellerid);
 
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
-    {   template_name   => "admin/aqcontract.tmpl",
+    {   template_name   => "admin/aqcontract.tt",
         query           => $input,
         type            => "intranet",
         authnotrequired => 0,