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

(-)a/Koha/Biblio.pm (-2 lines)
Lines 1320-1326 Normalizes and returns the OCLC number found in the MARC record. Link Here
1320
1320
1321
sub normalized_oclc {
1321
sub normalized_oclc {
1322
    my ($self) = @_;
1322
    my ($self) = @_;
1323
    my $marc_record = $self->metadata->record;
1324
    return $self->metadata_extractor->get_normalized_oclc;
1323
    return $self->metadata_extractor->get_normalized_oclc;
1325
}
1324
}
1326
1325
1327
- 

Return to bug 34828