Bug - 5511: Added new system preference: SessionRestrictionByIP
[koha.git] / circ / selectbranchprinter.pl
index b5adcfc..cfabb71 100755 (executable)
@@ -19,7 +19,7 @@
 
 use strict;
 use warnings;
-use CGI;
+use CGI qw ( -utf8 );
 
 use C4::Context;
 use C4::Output;
@@ -33,7 +33,7 @@ use C4::Branch; # GetBranches GetBranchesLoop
 my $query = CGI->new();
 
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user({
-    template_name   => "circ/selectbranchprinter.tmpl",
+    template_name   => "circ/selectbranchprinter.tt",
     query           => $query,
     type            => "intranet",
     debug           => 1,