View | Details | Raw Unified | Return to bug 9573
Collapse All | Expand All

(-)a/reports/itemslost.pl (-1 / +1 lines)
Lines 29-34 use strict; Link Here
29
use warnings;
29
use warnings;
30
30
31
use CGI qw ( -utf8 );
31
use CGI qw ( -utf8 );
32
use Text::CSV_XS;
32
use C4::Auth;
33
use C4::Auth;
33
use C4::Output;
34
use C4::Output;
34
use C4::Biblio;
35
use C4::Biblio;
35
- 

Return to bug 9573