Bug 18789: Send Koha::Patron object to the templates
[koha.git] / tools / ajax-inventory.pl
index 63f371a..2aeda40 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 
 use Modern::Perl;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Items qw( ModDateLastSeen );