Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-equinox.git] / circ / add_message.pl
index 9c39dc9..053d197 100755 (executable)
@@ -35,7 +35,7 @@ use C4::Branch;    # GetBranches
 my $input = new CGI;
 
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
-    {   template_name   => "circ/circulation.tmpl",
+    {   template_name   => "circ/circulation.tt",
         query           => $input,
         type            => "intranet",
         authnotrequired => 0,