Bug 13157: UNIMARC holdingbranch facet is 995$c not 995$b
[srvgit] / C4 / Koha.pm
index 2e19bc0..2602200 100644 (file)
@@ -785,7 +785,7 @@ sub getFacets {
                         {
                             idx   => 'holdingbranch',
                             label => 'HoldingLibrary',
-                            tags  => [qw / 995b /],
+                            tags  => [qw / 995c /],
                         }
                     );
                 }