Bugzilla – Attachment 33826 Details for
Bug 13157
Fix holdingbranch facet for UNIMARC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 13157: (QA followup) homebranch is 995$b on UNIMARC frameworks
SIGNED-OFF-Bug-13157-QA-followup-homebranch-is-995.patch (text/plain), 2.35 KB, created by
Tomás Cohen Arazi (tcohen)
on 2014-11-23 13:38:51 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 13157: (QA followup) homebranch is 995$b on UNIMARC frameworks
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2014-11-23 13:38:51 UTC
Size:
2.35 KB
patch
obsolete
>From 0aedc9fd91909d325e827f2ea1163dd4ef7cd057 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Sun, 23 Nov 2014 10:36:31 -0300 >Subject: [PATCH] [SIGNED OFF] Bug 13157: (QA followup) homebranch is 995$b on > UNIMARC frameworks > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >--- > C4/Koha.pm | 2 +- > etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml | 2 +- > etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/C4/Koha.pm b/C4/Koha.pm >index 2602200..1b6160a 100644 >--- a/C4/Koha.pm >+++ b/C4/Koha.pm >@@ -798,7 +798,7 @@ sub getFacets { > { > idx => 'homebranch', > label => 'HomeLibrary', >- tags => [qw / 995a /], >+ tags => [qw / 995b /], > } > ); > } >diff --git a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >index 005e422..6b5bdae 100644 >--- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >+++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml >@@ -1465,7 +1465,7 @@ > <facet tag="702" subfields="ab"> > <target_index>au:0</target_index> > </facet> >- <facet tag="995" subfields="a"> >+ <facet tag="995" subfields="b"> > <target_index>homebranch:0</target_index> > </facet> > <facet tag="995" subfields="c"> >diff --git a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl >index 4f7629e..9aa1f76 100644 >--- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl >+++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl >@@ -2622,7 +2622,7 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) > <xslo:template mode="index_facets" match="marc:datafield[@tag='995']"> > <xslo:if test="not(@ind1='z')"> > <z:index name="homebranch:0"> >- <xslo:value-of select="marc:subfield[@code='a']"/> >+ <xslo:value-of select="marc:subfield[@code='b']"/> > </z:index> > <z:index name="holdingbranch:0"> > <xslo:value-of select="marc:subfield[@code='c']"/> >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13157
:
33132
|
33135
|
33825
|
33826
|
33878
|
33879