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

(-)a/Koha/MetaSearcher.pm (+1 lines)
Lines 62-67 sub handle_hit { Link Here
62
62
63
    my %fetch = (
63
    my %fetch = (
64
        title => 'biblio.title',
64
        title => 'biblio.title',
65
        subtitle => 'biblio.subtitle',
65
        seriestitle => 'biblio.seriestitle',
66
        seriestitle => 'biblio.seriestitle',
66
        author => 'biblio.author',
67
        author => 'biblio.author',
67
        isbn =>'biblioitems.isbn',
68
        isbn =>'biblioitems.isbn',
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-1 / +2 lines)
Lines 59-64 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
59
    var z3950Labels = [
59
    var z3950Labels = [
60
        [ "local_number", _("Local number") ],
60
        [ "local_number", _("Local number") ],
61
        [ "title", _("Title") ],
61
        [ "title", _("Title") ],
62
        [ "subtitle",_("Subtitle") ],
62
        [ "series", _("Series title") ],
63
        [ "series", _("Series title") ],
63
        [ "author", _("Author") ],
64
        [ "author", _("Author") ],
64
        [ "lccn", _("LCCN") ],
65
        [ "lccn", _("LCCN") ],
Lines 66-71 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
66
        [ "issn", _("ISSN") ],
67
        [ "issn", _("ISSN") ],
67
        [ "medium", _("Medium") ],
68
        [ "medium", _("Medium") ],
68
        [ "edition", _("Edition") ],
69
        [ "edition", _("Edition") ],
70
        [ "date", _("Published") ],
69
        [ "notes", _("Notes") ],
71
        [ "notes", _("Notes") ],
70
    ];
72
    ];
71
73
72
- 

Return to bug 24173