Bug 20489: Prevent DB user login
[koha.git] / reports / itemslost.pl
index 7d9ac8b..cd5fbe4 100755 (executable)
@@ -28,6 +28,7 @@ This script displays lost items.
 use Modern::Perl;
 
 use CGI qw ( -utf8 );
+use Text::CSV_XS;
 use C4::Auth;
 use C4::Output;
 use C4::Biblio;