@@ -, +, @@ --- C4/Koha.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Koha.pm +++ a/C4/Koha.pm @@ -721,7 +721,7 @@ sub getFacets { $library_facet = { idx => 'location', label => 'Location', - tags => [ qw/ 995c / ], + tags => [ qw/ 995e / ], }; } push( @$facets, $library_facet ); --