@@ -, +, @@ lists --- opac/opac-shelves.pl | 2 +- virtualshelves/shelves.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/opac/opac-shelves.pl +++ a/opac/opac-shelves.pl @@ -32,7 +32,7 @@ use C4::Koha qw( use C4::Members; use C4::Output qw( pagination_bar output_with_http_headers ); use C4::Tags qw( get_tags ); -use C4::XSLT; +use C4::XSLT qw( XSLTParse4Display ); use Koha::Biblios; use Koha::Biblioitems; --- a/virtualshelves/shelves.pl +++ a/virtualshelves/shelves.pl @@ -30,7 +30,7 @@ use C4::Koha qw( use C4::Items qw( GetItemsLocationInfo ); use C4::Members; use C4::Output qw( pagination_bar output_html_with_http_headers ); -use C4::XSLT; +use C4::XSLT qw( XSLTParse4Display ); use Koha::Biblios; use Koha::Biblioitems; --