From e1b8a0eab1a202220340abaf2c40e2bc5f198c8b Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 27 Jul 2021 11:15:08 +0000 Subject: [PATCH] Bug 28763: (bug 17600 follow-up) Import XSLTParse4display in lists --- opac/opac-shelves.pl | 2 +- virtualshelves/shelves.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opac/opac-shelves.pl b/opac/opac-shelves.pl index b9eee82d7f..8bca2f7d00 100755 --- a/opac/opac-shelves.pl +++ b/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; diff --git a/virtualshelves/shelves.pl b/virtualshelves/shelves.pl index 85a529e492..d0a900168a 100755 --- a/virtualshelves/shelves.pl +++ b/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; -- 2.20.1