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

(-)a/C4/Koha.pm (-2 / +1 lines)
Lines 721-727 sub getFacets { Link Here
721
                $library_facet = {
721
                $library_facet = {
722
                    idx  => 'location',
722
                    idx  => 'location',
723
                    label => 'Location',
723
                    label => 'Location',
724
                    tags        => [ qw/ 995c / ],
724
                    tags        => [ qw/ 995e / ],
725
                };
725
                };
726
            }
726
            }
727
            push( @$facets, $library_facet );
727
            push( @$facets, $library_facet );
728
- 

Return to bug 10893