Bug 9573: Add missing use statement
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 18 Oct 2017 22:49:31 +0000 (19:49 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 17 Feb 2018 21:32:14 +0000 (18:32 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

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;