[Koha-bugs] [Bug 27914] New: Sound material type displays wrong icon in OPAC/Staff details

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 10 10:22:27 CET 2021


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

            Bug ID: 27914
           Summary: Sound material type displays wrong icon in OPAC/Staff
                    details
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: hagud at orex.es
        QA Contact: testopia at bugs.koha-community.org

There is a minor issue in material type between results and detail displau, it
doesn't match the icon at results and display (opac and staff)

Material type j is PR in results, and MU in details (OPAC & Staff)


MARC21slim2OPACResults.xsl

             </xsl:when>
                <xsl:when test="$leader6='t'">BK</xsl:when>
                <xsl:when test="$leader6='o' or $leader6='p'">MX</xsl:when>
                <xsl:when test="$leader6='m'">CF</xsl:when>
                <xsl:when test="$leader6='e' or $leader6='f'">MP</xsl:when>
                <xsl:when test="$leader6='g'">VM</xsl:when>
                <xsl:when test="$leader6='k'">PK</xsl:when>
                <xsl:when test="$leader6='r'">OB</xsl:when>
                <xsl:when test="$leader6='i'">MU</xsl:when>
                <xsl:when test="$leader6='j'">MU</xsl:when> <-- THIS IS PR IN
results-->
                <xsl:when test="$leader6='c' or $leader6='d'">PR</xsl:when>

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


More information about the Koha-bugs mailing list