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

(-)a/Koha/ILL/Backend/Standard.pm (-1 / +2 lines)
Lines 946-951 sub _get_core_fields { Link Here
946
        published_date  => 'Publication date',
946
        published_date  => 'Publication date',
947
        published_place => 'Place of publication',
947
        published_place => 'Place of publication',
948
        publisher       => 'Publisher',
948
        publisher       => 'Publisher',
949
        pubmedid        => 'PubMed ID',
950
        pmid            => 'PubMed ID',
949
        sponsor         => 'Sponsor',
951
        sponsor         => 'Sponsor',
950
        studio          => 'Studio',
952
        studio          => 'Studio',
951
        title           => 'Title',
953
        title           => 'Title',
952
- 

Return to bug 39444