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

(-)a/C4/ILSDI/Services.pm (-2 / +1 lines)
Lines 220-226 sub GetRecords { Link Here
220
220
221
        my $record = $biblio->metadata->record({ embed_items => 1 });
221
        my $record = $biblio->metadata->record({ embed_items => 1 });
222
        if ($record) {
222
        if ($record) {
223
            $biblioitem->{marcxml} = $record->as_xml_record();
223
            $biblioitem->{marcxml} = $record->as_xml_record( C4::Context->preference('marcflavour') );
224
        }
224
        }
225
225
226
        # Get most of the needed data
226
        # Get most of the needed data
227
- 

Return to bug 36335