[Koha-bugs] [Bug 29539] New: UNIMARCslimUtils.xsl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Nov 20 17:50:08 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29539

            Bug ID: 29539
           Summary: UNIMARCslimUtils.xsl
 Change sponsored?: ---
           Product: Koha
           Version: 21.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: rafael.antonio at sapo.pt
        QA Contact: testopia at bugs.koha-community.org

When it hapens UNIMARC record to have $9 after $a on biblio_metadata record
like  

<datafield tag="606" ind1=" " ind2=" ">
    <subfield code="a">Portugal</subfield>
    <subfield code="9">12005</subfield>
  </datafield>

OPAC details display the authority number and not the term.

If we change record for  

<datafield tag="606" ind1=" " ind2=" ">
    <subfield code="9">12005</subfield>
   <subfield code="a">Portugal</subfield>
  </datafield>

it display the term.

Is it a bug? The only piece of XSLT code I see for such reason is at
UNIMARCslimUtils.xsl file

<xsl:choose>
                <xsl:when test="marc:subfield[@code=9]">


Any comment?

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


More information about the Koha-bugs mailing list