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

            Bug ID: 37743
           Summary: MARC21 810$t is used in XSLT templates but is not
                    editable by default
 Change sponsored?: ---
           Product: Koha
           Version: 24.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

XSLT-template in question:
  intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl

Field 810$t 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())"/>"&amp;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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to