From 89e12081c1778d085da109cdbe8874f56e4541e8 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Thu, 19 Jun 2008 08:19:37 -0500 Subject: [PATCH] Fix for bug 2260: UNIMARC misconfiguratin on itemtype WARNING: THIS PATCH REQUIRES A REINDEX FOR UNIMARC RECORDS --- etc/zebradb/marc_defs/unimarc/biblios/record.abs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/zebradb/marc_defs/unimarc/biblios/record.abs b/etc/zebradb/marc_defs/unimarc/biblios/record.abs index 00e9810751..da70e45bc0 100644 --- a/etc/zebradb/marc_defs/unimarc/biblios/record.abs +++ b/etc/zebradb/marc_defs/unimarc/biblios/record.abs @@ -34,8 +34,8 @@ melm 011$y ISSN:w,Identifier-standard:w # wrong ISSN melm 011$z ISSN:w,Identifier-standard:w -melm 200$b itype:w - +melm 200$b itemtype:w +melm 995$r itype:w melm 100$a date-entered-on-file:n:range(data,0,8),date-entered-on-file:s:range(data,0,8),tpubdate:s:range(data,8,1),ta:w:range(data,17,1),ta:w:range(data,18,1),ta:w:range(data,19,1),Modified-code:n:range(data,21,1),ln:s:range(data,22,3),char-encoding:n:range(data,26,2),char-encoding:n:range(data,28,2),char-encoding:n:range(data,30,2),script-Title:n:range(data,34,2) melm 101$a ln -- 2.20.1