Bugzilla – Attachment 123204 Details for
Bug 28763
Undefined subroutine XSLTParse4Display (bug 17600)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28763: (bug 17600 follow-up) Import XSLTParse4display in lists
Bug-28763-bug-17600-follow-up-Import-XSLTParse4dis.patch (text/plain), 1.17 KB, created by
Nick Clemens (kidclamp)
on 2021-07-27 11:15:38 UTC
(
hide
)
Description:
Bug 28763: (bug 17600 follow-up) Import XSLTParse4display in lists
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-07-27 11:15:38 UTC
Size:
1.17 KB
patch
obsolete
>From e1b8a0eab1a202220340abaf2c40e2bc5f198c8b Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28763
:
123204
|
123206
|
123208