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

(-)a/Koha/ILL/Backend/Standard.pm (-1 / +2 lines)
Lines 957-962 sub _get_core_fields { Link Here
957
        published_date  => __('Publication date'),
957
        published_date  => __('Publication date'),
958
        published_place => __('Place of publication'),
958
        published_place => __('Place of publication'),
959
        publisher       => __('Publisher'),
959
        publisher       => __('Publisher'),
960
        pubmedid        => __('PubMed ID'),
961
        pmid            => __('PubMed ID'),
960
        sponsor         => __('Sponsor'),
962
        sponsor         => __('Sponsor'),
961
        studio          => __('Studio'),
963
        studio          => __('Studio'),
962
        title           => __('Title'),
964
        title           => __('Title'),
963
- 

Return to bug 39444