From 1614a73d36becca597b69e0a1f3a97686b7ce787 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 18 Oct 2017 19:49:31 -0300 Subject: [PATCH] Bug 9573: Add missing use statement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Katrin Fischer Signed-off-by: Séverine QUEUNE Signed-off-by: Séverine QUEUNE --- reports/itemslost.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/reports/itemslost.pl b/reports/itemslost.pl index 7d9ac8b7fa..cd5fbe4b95 100755 --- a/reports/itemslost.pl +++ b/reports/itemslost.pl @@ -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; -- 2.11.0