https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21808
Bug ID: 21808
Summary: Field 711 is not handled correctly in showAuthor XSLT
for relator term or code
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: OPAC
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
The following condition in xsl detail opac and staff looks at $j for field 111
but not for field 711 while it should too. The condition can be written a bit
easier to read (without self, parent, etc.)
<xsl:if test="marc:subfield[@code='4' or @code='e'][not(parent::*[@tag=111])]
or (self::*[@tag=111] and marc:subfield[@code='4' or @code='j'][. != ''])">
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/