]> git.koha-community.org Git - koha.git/commit
Bug 23506: Display correct icon in staff client and OPAC
authorLucas Gass <lucas@bywatersolutions.com>
Tue, 29 Oct 2019 17:40:47 +0000 (17:40 +0000)
committerHayley Mapley <hayleymapley@catalyst.net.nz>
Tue, 17 Dec 2019 01:29:26 +0000 (14:29 +1300)
commit08a9cdb183f5ba4d4d08328726752ca049ad8300
tree600edcaf2455056c7bcfc9354ba21d707bef5ff8
parentb2487cd7a853d311c21249a4ffd6141cca85f075
Bug 23506: Display correct icon in staff client and OPAC

When the leader6 is set to 'i' the MARC21slim2intranetDetail.xsl
attempts to display 'SO.png' which does not exist.

TEST PLAN:
1. Find or create a record with an 'i' as the 6th position in the 000 leader.
2. Do to the OPAC detail page and staff detail for an item in that record.
3. Notice the material type icon does not display because SO.png does not exist.
4. Apply patch and restart_all
5. Look at the opac detail and staff detail page again after clearning the browser cache.
6. The material type icon now displays (MU.png), this is the same icon used on the OPAC results page.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit b53e068651c521a989bd13387cef7fef8975d1e7)
Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>
(cherry picked from commit fbb57d204bdac62c4062fb69287b6076a181e3c5)
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl