https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37743 --- Comment #1 from Olli-Antti Kivilahti <olli-antti.kivilahti@hypernova.fi> --- Created attachment 170755 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170755&action=edit Bug 37743 - MARC21 810$t is used in XSLT templates but is not editable by default. XSLT-template in question: intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl Field is used to populate a search query, so it looks pretty important: <a><xsl:attribute name="href"><xsl:value-of select="$searchurl"/>?q=se,phr:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='t'], true())"/>"&q=au:"<xsl:value-of select="str:encode-uri(marc:subfield[@code='a'], true())"/>"</xsl:attribute> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.