Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / serials / serials-recieve.pl
index d5daa9f..9fbce35 100755 (executable)
@@ -64,7 +64,7 @@ op can be :
 
 use strict;
 use warnings;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Dates qw/format_date format_date_in_iso/;
 use C4::Biblio;