Bug 10402: (QA followup) amend unit tests
[koha.git] / circ / del_message.pl
index da13bdb..7229373 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,