Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-equinox.git] / serials / viewalerts.pl
index 5944ce1..7d813e0 100755 (executable)
@@ -34,7 +34,7 @@ my $input = new CGI;
 my $print = $input->param('print');
 
 my ($template, $loggedinuser, $cookie)
-    = get_template_and_user({template_name => 'serials/viewalerts.tmpl',
+    = get_template_and_user({template_name => 'serials/viewalerts.tt',
                  query => $input,
                  type => "intranet",
                  authnotrequired => 0,