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

(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/search.js (-2 / +1 lines)
Lines 23-29 define( [ 'koha-backend', 'marc-record' ], function( KohaBackend, MARC ) { Link Here
23
    var _last;
23
    var _last;
24
24
25
    var _pqfMapping = {
25
    var _pqfMapping = {
26
        author: '1=1004', // s=al',
26
        author: '1=1003', // s=al',
27
        cn_dewey: '1=13',
27
        cn_dewey: '1=13',
28
        cn_lc: '1=16',
28
        cn_lc: '1=16',
29
        date: '1=30', // r=r',
29
        date: '1=30', // r=r',
30
- 

Return to bug 21666