Bugzilla – Attachment 111357 Details for
Bug 15436
MARC21: Use semicolon between series name and volume information
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15436: (follow-up) Fix separator for a single 440 in staff
Bug-15436-follow-up-Fix-separator-for-a-single-440.patch (text/plain), 1.13 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-10-07 19:32:08 UTC
(
hide
)
Description:
Bug 15436: (follow-up) Fix separator for a single 440 in staff
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-10-07 19:32:08 UTC
Size:
1.13 KB
patch
obsolete
>From 6babbf3794432dbdd57561e17c204893382cb2ab Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 20 Sep 2020 21:48:32 +0000 >Subject: [PATCH] Bug 15436: (follow-up) Fix separator for a single 440 in > staff > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >index e228e771573..aff65acb8a7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >@@ -452,7 +452,7 @@ > </xsl:if> > <xsl:choose> > <xsl:when test="position()=last()"> >- <xsl:if test="../marc:datafield[@tag=490][@ind1!=1]"> >+ <xsl:if test="../marc:datafield[@tag=490][@ind1=1]"> > <span class="separator"> | </span> > </xsl:if> > </xsl:when> >-- >2.28.0
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 15436
:
46830
|
46837
|
48695
|
48696
|
110304
|
110438
|
110439
|
110480
|
110481
|
111356
| 111357