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@gmail.com Reporter: pasi.kallinen@pttk.fi QA Contact: testopia@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.