From f216888a12ae7abff606d83980f9470a36e446b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr>
Date: Sun, 2 Nov 2014 18:10:03 +0100
Subject: [PATCH] Bug 13157 UNIMARC holdingbranch facet is 995$c not 995$b

Fix a typo. Not test plan required, just a look at default UNIMARC framework.
---
 C4/Koha.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/C4/Koha.pm b/C4/Koha.pm
index 2e19bc0..2602200 100644
--- a/C4/Koha.pm
+++ b/C4/Koha.pm
@@ -785,7 +785,7 @@ sub getFacets {
                         {
                             idx   => 'holdingbranch',
                             label => 'HoldingLibrary',
-                            tags  => [qw / 995b /],
+                            tags  => [qw / 995c /],
                         }
                     );
                 }
-- 
2.1.2