http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10893 --- Comment #1 from mathieu saby <mathieu.saby@univ-rennes2.fr> --- Created attachment 21114 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21114&action=edit [PATCH] Bug 10893: fix location facet in UNIMARC Location facet in UNIMARC is void. In the code, it is build on 995$c, while location is store in 995$e (see record.abs). This patch replace 995$c with 995$e in Koha.pm To test : 1. Use a UNIMARC Koha instance with ONE branch, and SEVERAL locations 2. Make a search in opac and staff interface : no location facet on the left side of the screen 3. apply the patch 4. Make the same search : location facets will be displayed -- You are receiving this mail because: You are watching all bug changes.