Bug 11944: use CGI( -utf8 ) everywhere
[koha-ffzg.git] / reports / serials_stats.pl
index c7644c8..3ec22f8 100755 (executable)
@@ -20,7 +20,7 @@
 use strict;
 use warnings;
 use C4::Auth;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Context;
 use C4::Branch; # GetBranches
 use C4::Dates qw/format_date/;