Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-equinox.git] / members / deletemem.pl
index a6143b1..32801e0 100755 (executable)
@@ -35,7 +35,7 @@ use C4::VirtualShelves (); #no import
 my $input = new CGI;
 
 my ($template, $borrowernumber, $cookie)
-                = get_template_and_user({template_name => "members/deletemem.tmpl",
+                = get_template_and_user({template_name => "members/deletemem.tt",
                                         query => $input,
                                         type => "intranet",
                                         authnotrequired => 0,