Bug 13189 - Patron card creator patron search browse by last name broken by extended...
[koha.git] / patroncards / edit-layout.pl
index 0c4dfe4..513ab5f 100755 (executable)
@@ -21,7 +21,7 @@
 use strict;
 use warnings;
 
-use CGI;
+use CGI qw ( -utf8 );
 use Text::CSV_XS;
 use XML::Simple;
 use autouse 'Data::Dumper' => qw(Dumper);
@@ -34,7 +34,7 @@ use C4::Patroncards;
 my $cgi = new CGI;
 my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {
-        template_name   => "patroncards/edit-layout.tmpl",
+        template_name   => "patroncards/edit-layout.tt",
         query           => $cgi,
         type            => "intranet",
         authnotrequired => 0,