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

(-)a/C4/Koha.pm (-1 / +5 lines)
Lines 520-525 sub getFacets { Link Here
520
                idx  => 'location',
520
                idx  => 'location',
521
                label => 'Location',
521
                label => 'Location',
522
                tags        => [ qw/ 995e / ],
522
                tags        => [ qw/ 995e / ],
523
            },
524
            {
525
                idx => 'ccode',
526
                label => 'CollectionCodes',
527
                tags => [ qw / 955h / ],
523
            }
528
            }
524
            ];
529
            ];
525
530
526
- 

Return to bug 18322