@@ -, +, @@ --- reports/itemslost.pl | 1 + 1 file changed, 1 insertion(+) --- a/reports/itemslost.pl +++ a/reports/itemslost.pl @@ -29,6 +29,7 @@ use strict; use warnings; use CGI qw ( -utf8 ); +use Text::CSV_XS; use C4::Auth; use C4::Output; use C4::Biblio; --