Bug 11349: Change .tmpl -> .tt in scripts using templates
[koha-ffzg.git] / catalogue / showmarc.pl
index 28d43e4..2c690fc 100755 (executable)
@@ -68,7 +68,7 @@ if($view eq 'card') {
 else {
     my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
       {
-        template_name   => "catalogue/showmarc.tmpl",
+        template_name   => "catalogue/showmarc.tt",
         query           => $input,
         type            => "intranet",
         authnotrequired => 0,