[Koha-bugs] [Bug 30162] XSLT has broken link for traced series because of OPAC/staff interface confusion

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 23 15:18:34 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30162

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Locally fixed as:
- <a href="/cgi-bin/koha/catalogue/search.pl?q=rcn:{marc:subfield[@code='w']}">
+ <a><xsl:attribute name="href"><xsl:value-of
select="$searchurl"/>?q=rcn:<xsl:value-of
select="marc:subfield[@code='w']"/></xsl:attribute>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list