Browse Source

Bug 9573: Add missing use statement

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>
18.05.x
Jonathan Druart 7 years ago
parent
commit
618b15a569
  1. 1
      reports/itemslost.pl

1
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;

Loading…
Cancel
Save