Bug 27914 - Sound material type displays wrong icon in OPAC/Staff details
Summary: Sound material type displays wrong icon in OPAC/Staff details
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-10 09:22 UTC by Hugo Agud
Modified: 2021-03-10 09:22 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Agud 2021-03-10 09:22:27 UTC
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>