From 1444311bb7498ff2994f2c2de65e18da2c3180e8 Mon Sep 17 00:00:00 2001
From: Fridolin Somers <fridolin.somers@biblibre.com>
Date: Wed, 29 Jan 2014 17:26:15 +0100
Subject: [PATCH] [PASSED QA] Bug 11635 - 995$r defined twice in record.abs

For UNIMARC flavor, in record.abs, 995$r defined twice.

Test plan :
- Create a fresh install UNIMARC flavor and GRS1 indexing for biblios
- Re-indexe database
- Perform a search with index "itemtype" (and then "itype") on an existing value of 995$r. For example : itemtype:BOOK
=> Check you get results

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Removes duplicated index definition.
---
 etc/zebradb/marc_defs/unimarc/biblios/record.abs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/zebradb/marc_defs/unimarc/biblios/record.abs b/etc/zebradb/marc_defs/unimarc/biblios/record.abs
index c4ce025..020edae 100644
--- a/etc/zebradb/marc_defs/unimarc/biblios/record.abs
+++ b/etc/zebradb/marc_defs/unimarc/biblios/record.abs
@@ -558,7 +558,7 @@ melm 995$n    onloan:d,onloan:n,onloan:s,onloan:w,item
 # $q - not used currently
 # (in 995 recommandation : $q - Target audience (age))
 # $r - Type of document and carriage
-melm 995$r    itemtype:w,itemtype:p,itype:w,itype:p,item
+# (see above)
 # $s - not used currently
 # (in 995 recommandation : $s - Sorting element)
 # $t - not used currently
-- 
1.8.3.2