Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-equinox.git] / acqui / basketgroup.pl
index cdb392d..c226ea3 100755 (executable)
@@ -62,7 +62,7 @@ use C4::Members qw/GetMember/;
 our $input=new CGI;
 
 our ($template, $loggedinuser, $cookie)
-    = get_template_and_user({template_name => "acqui/basketgroup.tmpl",
+    = get_template_and_user({template_name => "acqui/basketgroup.tt",
                             query => $input,
                             type => "intranet",
                             authnotrequired => 0,