Bugzilla – Attachment 88517 Details for
Bug 22696
Simplify visibility logic in opac-ISBDdetail.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22696: Prefetch items too
Bug-22696-Prefetch-items-too.patch (text/plain), 921 bytes, created by
Martin Renvoize (ashimema)
on 2019-04-23 14:54:52 UTC
(
hide
)
Description:
Bug 22696: Prefetch items too
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-04-23 14:54:52 UTC
Size:
921 bytes
patch
obsolete
>From 8191da5505ab43b1f023ff4c95b714deacaf7f9a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 22 Apr 2019 10:20:17 -0300 >Subject: [PATCH] Bug 22696: Prefetch items too > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > opac/opac-ISBDdetail.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/opac/opac-ISBDdetail.pl b/opac/opac-ISBDdetail.pl >index f4868e099a..9dc0513752 100755 >--- a/opac/opac-ISBDdetail.pl >+++ b/opac/opac-ISBDdetail.pl >@@ -77,7 +77,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > ); > > >-my $biblio = Koha::Biblios->find( $biblionumber, { prefetch => 'metadata' } ); >+my $biblio = Koha::Biblios->find( $biblionumber, { prefetch => [ 'metadata', 'items' ] } ); > my $patron = Koha::Patrons->find($loggedinuser); > > my $opachiddenitems_rules; >-- >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 22696
:
87932
|
87938
|
88356
|
88376
|
88515
|
88516
| 88517