Bugzilla – Attachment 158642 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 subfields h and x to field 583 for staff XSLT
Bug-35283-Add-missing-subfields-h-and-x-to-field-5.patch (text/plain), 1.73 KB, created by
David Cook
on 2023-11-08 02:25:24 UTC
(
hide
)
Description:
Bug 35283: Add missing subfields h and x to field 583 for staff XSLT
Filename:
MIME Type:
Creator:
David Cook
Created:
2023-11-08 02:25:24 UTC
Size:
1.73 KB
patch
obsolete
>From 391298672f2682cce728978eca1d86e8abb368c9 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Wed, 8 Nov 2023 02:24:01 +0000 >Subject: [PATCH] Bug 35283: Add missing subfields h and x to field 583 for > staff XSLT > >This change adds the missing subfields h and x to field 583 for >the detail XSLT in the staff interface. > >Test plan: >0. Apply the patch and koha-plack --reload kohadev >1. Go to http://localhost:8081/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=29 >2. Click on tab "5" >3. Scroll down to 583 and click on "ACTION NOTE" to expand subfields >4. Fill in using the following example: >583 0#$adowngraded$c19910110$hJoe Smith$otitle$xfrom secret FRD to confidential NSI >5. Click "Save" >6. Note that the "Action note" now shows "Joe Smith" and "from secret FRD to confidentail NSI" >--- > .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index 4428d3f6ca..48da8332fb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -1029,7 +1029,7 @@ > </xsl:when> > <xsl:otherwise> > <xsl:call-template name="subfieldSelect"> >- <xsl:with-param name="codes">abcdefgijklnou</xsl:with-param> >+ <xsl:with-param name="codes">abcdefghijklnoux</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