Bug 35283: Add missing subfield h to action note 583 in OPAC detail page

$x is nonpublic note, so it makes sense to only display it in staff, but
$h is Jurisdiction and we should show it in OPAC and staff alike.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2023-11-09 21:33:10 +00:00 committed by Tomas Cohen Arazi
parent d74a89e2da
commit 653dc1b221
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -1222,7 +1222,7 @@
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="subfieldSelect">
<xsl:with-param name="codes">abcdefgijklnou</xsl:with-param>
<xsl:with-param name="codes">abcdefghijklnou</xsl:with-param>
</xsl:call-template>
</xsl:otherwise>
</xsl:choose>