Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / acqui / invoices.pl
index 4c72d64..6542b18 100755 (executable)
@@ -29,7 +29,7 @@ Search for invoices
 use strict;
 use warnings;
 
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Output;