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

(-)a/basket/downloadcart.pl (-2 / +2 lines)
Lines 25-32 use Encode qw( encode ); Link Here
25
use C4::Auth   qw( get_template_and_user );
25
use C4::Auth   qw( get_template_and_user );
26
use C4::Output qw( output_html_with_http_headers );
26
use C4::Output qw( output_html_with_http_headers );
27
use C4::Record;
27
use C4::Record;
28
use C4::Ris qw( marc2ris );
28
use C4::Ris  qw( marc2ris );
29
use C4::XSLT qw( XSLTParse4Display );
29
use C4::XSLT qw( XSLTParse4Display CustomXSLTExportList );
30
30
31
use Koha::CsvProfiles;
31
use Koha::CsvProfiles;
32
use Koha::Biblios;
32
use Koha::Biblios;
(-)a/opac/opac-downloadcart.pl (-1 / +1 lines)
Lines 28-34 use C4::Output qw( output_html_with_http_headers ); Link Here
28
use C4::Record;
28
use C4::Record;
29
use C4::Ris qw( marc2ris );
29
use C4::Ris qw( marc2ris );
30
use Koha::Biblios;
30
use Koha::Biblios;
31
use C4::XSLT qw( XSLTParse4Display );
31
use C4::XSLT qw( XSLTParse4Display CustomXSLTExportList );
32
32
33
use Koha::CsvProfiles;
33
use Koha::CsvProfiles;
34
use Koha::RecordProcessor;
34
use Koha::RecordProcessor;
(-)a/opac/opac-downloadshelf.pl (-2 / +1 lines)
Lines 27-33 use C4::Output qw( output_html_with_http_headers ); Link Here
27
use C4::Record;
27
use C4::Record;
28
use C4::Ris qw( marc2ris );
28
use C4::Ris qw( marc2ris );
29
use Koha::Biblios;
29
use Koha::Biblios;
30
use C4::XSLT qw( XSLTParse4Display );
30
use C4::XSLT qw( XSLTParse4Display CustomXSLTExportList );
31
31
32
use Koha::CsvProfiles;
32
use Koha::CsvProfiles;
33
use Koha::RecordProcessor;
33
use Koha::RecordProcessor;
34
- 

Return to bug 17385