https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 --- Comment #7 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #6)
(In reply to Nick Clemens from comment #5)
(In reply to Katrin Fischer from comment #4)
But aren't we using the information in the results? Not on the detail page, I agree.
Not in the XSLT - we are either using the items array we build in searchResults or the items info we build in BuildKohaItemsNameSpace - the item fields in the record are not used in the XSLT
Ah ok, I just remembered hat there was some complicated XSLT there that I never wanted to touch:
https://git.koha-community.org/Koha-community/Koha/src/branch/master/koha- tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl#L1250
:) That's using output of BuildKohaItemsNameSpace then?
Correct, you can verify too that none of that disappears with this patch :-) -- You are receiving this mail because: You are watching all bug changes.