Bugzilla – Attachment 128179 Details for
Bug 27138
Host items are not included in Z39 results when using EasyAnalytics
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27138: (follow-up) Remove extraneous require and use Koha::Items
Bug-27138-follow-up-Remove-extraneous-require-and-.patch (text/plain), 993 bytes, created by
Nick Clemens (kidclamp)
on 2021-12-02 15:33:28 UTC
(
hide
)
Description:
Bug 27138: (follow-up) Remove extraneous require and use Koha::Items
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-12-02 15:33:28 UTC
Size:
993 bytes
patch
obsolete
>From 8770c6c0fb7a69f1c5da7d43acb4307888557124 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 2 Dec 2021 15:31:19 +0000 >Subject: [PATCH] Bug 27138: (follow-up) Remove extraneous require and use > Koha::Items > >--- > C4/Biblio.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index b28c3a8771..c72abe5a8d 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -109,6 +109,7 @@ use Koha::Authority::Types; > use Koha::Acquisition::Currencies; > use Koha::Biblio::Metadatas; > use Koha::Holds; >+use Koha::Items; > use Koha::ItemTypes; > use Koha::MarcOverlayRules; > use Koha::Plugins; >@@ -2620,7 +2621,6 @@ sub EmbedItemsInMarcBiblio { > my $opachiddenitems = $opac > && ( C4::Context->preference('OpacHiddenItems') !~ /^\s*$/ ); > >- require C4::Items; > foreach my $itemnumber ( @$all_itemnumbers ) { > next if @$itemnumbers and not grep { $_ == $itemnumber } @$itemnumbers; > my $item; >-- >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 27138
:
114126
|
115158
|
117333
|
117334
|
117346
|
117347
|
122035
|
125698
|
125699
|
125700
|
125701
|
128175
|
128176
|
128177
|
128178
|
128179
|
139401
|
139402
|
139403
|
139404
|
144200
|
144201
|
144202
|
144203