From 79ce35a7708c24c1fff5259a75cb6f5d1c1aca52 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 24 Mar 2017 09:04:13 +0000 Subject: [PATCH] [QA Followup] Add a facet for ccode fields to Zebra (UNIMARC) https://bugs.koha-community.org/show_bug.cgi?id=18322 --- C4/Koha.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Koha.pm b/C4/Koha.pm index fba2ffd..9c1de80 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -520,6 +520,11 @@ sub getFacets { idx => 'location', label => 'Location', tags => [ qw/ 995e / ], + }, + { + idx => 'ccode', + label => 'CollectionCodes', + tags => [ qw / 955h / ], } ]; -- 2.1.4