| Summary: | Sound material type displays wrong icon in OPAC/Staff details | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Hugo Agud <hagud> |
| Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
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>