From 9142f827f750d029b5f842f6158c2173d27e17a3 Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Wed, 11 Feb 2026 17:29:08 +0000 Subject: [PATCH] Bug 17385: (follow-up) Add CustomXSLTExportList to downloadcart.pl opac-downloadcart.pl opac-downloadshelf.pl --- basket/downloadcart.pl | 4 ++-- opac/opac-downloadcart.pl | 2 +- opac/opac-downloadshelf.pl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/basket/downloadcart.pl b/basket/downloadcart.pl index 557b4a3eef7..be20a6412e9 100755 --- a/basket/downloadcart.pl +++ b/basket/downloadcart.pl @@ -25,8 +25,8 @@ use Encode qw( encode ); use C4::Auth qw( get_template_and_user ); use C4::Output qw( output_html_with_http_headers ); use C4::Record; -use C4::Ris qw( marc2ris ); -use C4::XSLT qw( XSLTParse4Display ); +use C4::Ris qw( marc2ris ); +use C4::XSLT qw( XSLTParse4Display CustomXSLTExportList ); use Koha::CsvProfiles; use Koha::Biblios; diff --git a/opac/opac-downloadcart.pl b/opac/opac-downloadcart.pl index 05cfb4b14cd..5a7ae4a82f8 100755 --- a/opac/opac-downloadcart.pl +++ b/opac/opac-downloadcart.pl @@ -28,7 +28,7 @@ use C4::Output qw( output_html_with_http_headers ); use C4::Record; use C4::Ris qw( marc2ris ); use Koha::Biblios; -use C4::XSLT qw( XSLTParse4Display ); +use C4::XSLT qw( XSLTParse4Display CustomXSLTExportList ); use Koha::CsvProfiles; use Koha::RecordProcessor; diff --git a/opac/opac-downloadshelf.pl b/opac/opac-downloadshelf.pl index e2298cc53d1..6c1ad4431f7 100755 --- a/opac/opac-downloadshelf.pl +++ b/opac/opac-downloadshelf.pl @@ -27,7 +27,7 @@ use C4::Output qw( output_html_with_http_headers ); use C4::Record; use C4::Ris qw( marc2ris ); use Koha::Biblios; -use C4::XSLT qw( XSLTParse4Display ); +use C4::XSLT qw( XSLTParse4Display CustomXSLTExportList ); use Koha::CsvProfiles; use Koha::RecordProcessor; -- 2.34.1