]> git.koha-community.org Git - koha.git/commit
Bug 25233: Staff XSLT material type label "Book" should be "Text"
authorLucas Gass <lucas@bywatersolutions.com>
Tue, 21 Apr 2020 21:33:03 +0000 (21:33 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 14 May 2020 21:13:53 +0000 (21:13 +0000)
commitfe19f528ab06f72512964f929741aa7fee0e31e4
tree432f1aa26c1c3cf487940079f0f100e1bfab64ab
parent2992669c8ba3d7499491608bf629e25fd1a6481d
Bug 25233: Staff XSLT material type label "Book" should be "Text"

This patch makes the staff client XSLT stylesheets consistent with the
ones for the OPAC, it also makes consitent the use of 'Text' when the leader6 = 't'

TO TEST:
1. Have a record with leader06 = 'a' and leader07 = 'c' 'd' or 'm'.
2. Check the staff client results and details page. See that the
   material type label says "Book"
3. Check the OPAC client results and details page. See that the
   materila type label says "Text"
4. Apply patch.
5. See that both staff client and OPAC results/details all now say
   "Text"
6. Set the leader6 = 't' and make sure that is says 'Text' on both the
   staff client and OPAC

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 9018cefc25d330355778f56159459a9f4abcf30a)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl