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

(-)a/Koha/OAI/Server/Repository.pm (-2 / +1 lines)
Lines 151-157 sub get_biblio_marcxml { Link Here
151
        $with_items = $conf->{format}->{$format}->{include_items};
151
        $with_items = $conf->{format}->{$format}->{include_items};
152
    }
152
    }
153
    my $record = GetMarcBiblio($biblionumber, $with_items, 1);
153
    my $record = GetMarcBiblio($biblionumber, $with_items, 1);
154
    $record ? $record->as_xml() : undef;
154
    $record ? $record->as_xml_record() : undef;
155
}
155
}
156
156
157
157
158
- 

Return to bug 17744