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

(-)a/Koha/ILL/Backend/Standard.pm (-1 / +1 lines)
Lines 1047-1052 sub _openurl_to_ill { Link Here
1047
        isbn    => 'isbn',
1047
        isbn    => 'isbn',
1048
        issn    => 'issn',
1048
        issn    => 'issn',
1049
        rft_id  => 'doi',
1049
        rft_id  => 'doi',
1050
        doi     => 'doi',
1050
        year    => 'year',
1051
        year    => 'year',
1051
        title   => 'title',
1052
        title   => 'title',
1052
        author  => 'author',
1053
        author  => 'author',
1053
- 

Return to bug 38276