Bugzilla – Attachment 158774 Details for
Bug 35283
XSLT 583 Action note is missing subfield h and x in staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35283: Add missing subfield h to action note 583 in OPAC detail page
Bug-35283-Add-missing-subfield-h-to-action-note-58.patch (text/plain), 1.42 KB, created by
Katrin Fischer
on 2023-11-09 21:34:58 UTC
(
hide
)
Description:
Bug 35283: Add missing subfield h to action note 583 in OPAC detail page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-09 21:34:58 UTC
Size:
1.42 KB
patch
obsolete
>From df6e74cc6da10a0de55cbdfaf9b3706731d34351 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 9 Nov 2023 21:33:10 +0000 >Subject: [PATCH] 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> >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >index 31af6ee9a4..6b1f6e3f2f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl >@@ -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> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35283
:
158642
|
158749
|
158773
| 158774