Bug 11944: use CGI( -utf8 ) everywhere
[koha-equinox.git] / circ / hold-transfer-slip.pl
index 525e25a..db0869c 100755 (executable)
@@ -22,7 +22,7 @@ use strict;
 #use warnings; FIXME - Bug 2505
 use C4::Context;
 use C4::Output;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth qw/:DEFAULT get_session/;
 use C4::Reserves;