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

(-)a/Koha/OAI/Server/Repository.pm (-2 / +1 lines)
Lines 197-203 sub get_biblio_marcxml { Link Here
197
        $record = $biblio->metadata_record(
197
        $record = $biblio->metadata_record(
198
            {
198
            {
199
                embed_items         => $with_items,
199
                embed_items         => $with_items,
200
                expand_coded_values => $expanded_avs,
200
                expand_coded_fields => $expanded_avs,
201
                interface           => 'opac'
201
                interface           => 'opac'
202
            }
202
            }
203
        );
203
        );
204
- 

Return to bug 39857