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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/