[Koha-bugs] [Bug 11517] New: MARC21slim2intranetResults.xsl has swapped braille and combination

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 10 13:25:01 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11517

            Bug ID: 11517
           Summary: MARC21slim2intranetResults.xsl has swapped braille and
                    combination
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: MARC Bibliographic data support
          Assignee: gmcharlt at gmail.com
          Reporter: pasi.kallinen at pttk.fi
        QA Contact: testopia at bugs.koha-community.org

<xsl:if
test="marc:controlfield[@tag=007][substring(text(),1,1)='f'][substring(text(),2,1)='c']">
                braille
            </xsl:if>
            <xsl:if
test="marc:controlfield[@tag=007][substring(text(),1,1)='f'][substring(text(),2,1)='b']">
                combination
            </xsl:if>


But MARC21 format says:
00 - Category of material
f - Tactile material

01 - Specific material designation
b - Braille
c - Combination

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list