View | Details | Raw Unified | Return to bug 40622
Collapse All | Expand All

(-)a/C4/ILSDI/Services.pm (-2 / +1 lines)
Lines 227-233 sub GetRecords { Link Here
227
227
228
        my $biblioitem = $biblio->biblioitem->unblessed;
228
        my $biblioitem = $biblio->biblioitem->unblessed;
229
229
230
        my $record = $biblio->metadata_record( { embed_items => 1 } );
230
        my $record = $biblio->metadata_record( { embed_items => 1, interface => 'opac' } );
231
        if ($record) {
231
        if ($record) {
232
            $biblioitem->{marcxml} = $record->as_xml_record( C4::Context->preference('marcflavour') );
232
            $biblioitem->{marcxml} = $record->as_xml_record( C4::Context->preference('marcflavour') );
233
        }
233
        }
234
- 

Return to bug 40622