From a4b675aaf0e48364f9d077079e89f2966af33e4e Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 6 May 2015 09:14:42 +0200 Subject: [PATCH] Bug 14154 - 608$9 defined twice in UNIMARC biblio-koha-indexdefs.xml In DOM config file : etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml, the 608$9 is defined a second time instead of 610$9. Just a type I think. Test plan : - Apply patch - Install a UNIMARC + DOM instance - Define in a framework 610 using a thesaurus - Create a new biblio - Create a new authority (same type as the thesaurus defined above) - Index : rebuild_zebra.pl -a -b -x -z - Link the field 610 to the new authority - Index : rebuild_zebra.pl -a -b -x -z - In authorities search, search for the new authority => You see Use in 1 Records(s) Signed-off-by: Frederic Demians I confirm the typo. --- etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml | 2 +- etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 0fc90e5..90e92a0 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml +++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml @@ -1269,7 +1269,7 @@ Subject:p - + Koha-Auth-Number:w Koha-Auth-Number:n 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 c78e459..32e1742 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl +++ b/etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl @@ -1789,6 +1789,8 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) + + -- 2.6.2