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