[Koha-bugs] [Bug 21808] New: Field 711 is not handled correctly in showAuthor XSLT for relator term or code

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 12 11:52:40 CET 2018


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: oleonard at myacpl.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list