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

(-)a/C4/Koha.pm (-7 lines)
Lines 373-384 sub getFacets { Link Here
373
                sep   => ' - ',
373
                sep   => ' - ',
374
            },
374
            },
375
            {
375
            {
376
                idx   => 'su-ut',
377
                label => 'Titles',
378
                tags  => [ qw/ 500a 501a 503a / ],
379
                sep   => ', ',
380
            },
381
            {
382
                idx   => 'au',
376
                idx   => 'au',
383
                label => 'Authors',
377
                label => 'Authors',
384
                tags  => [ qw/ 700ab 701ab 702ab / ],
378
                tags  => [ qw/ 700ab 701ab 702ab / ],
385
- 

Return to bug 15142