Bugzilla – Attachment 185262 Details for
Bug 40622
Bug 38233 not properly applied to 24.11.x+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40622: Add missing interface parameter
Bug-40622-Add-missing-interface-parameter.patch (text/plain), 936 bytes, created by
David Cook
on 2025-08-08 07:06:08 UTC
(
hide
)
Description:
Bug 40622: Add missing interface parameter
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-08-08 07:06:08 UTC
Size:
936 bytes
patch
obsolete
>From bcc2823c4e70657736f0712dc58a326ddd3718e9 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Fri, 8 Aug 2025 07:05:19 +0000 >Subject: [PATCH] Bug 40622: Add missing interface parameter > >This change adds the missing interface parameter which >Bug 38233 initially added. >--- > C4/ILSDI/Services.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm >index 4aa7a3d932..277cb65678 100644 >--- a/C4/ILSDI/Services.pm >+++ b/C4/ILSDI/Services.pm >@@ -227,7 +227,7 @@ sub GetRecords { > > my $biblioitem = $biblio->biblioitem->unblessed; > >- my $record = $biblio->metadata_record( { embed_items => 1 } ); >+ my $record = $biblio->metadata_record( { embed_items => 1, interface => 'opac' } ); > if ($record) { > $biblioitem->{marcxml} = $record->as_xml_record( C4::Context->preference('marcflavour') ); > } >-- >2.39.5
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 40622
: 185262