Bugzilla – Attachment 110481 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.07 KB, created by
David Nind
on 2020-09-21 18:47:18 UTC
(
hide
)
Description:
Bug 15436: (follow-up) Fix separator for a single 440 in staff
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-09-21 18:47:18 UTC
Size:
1.07 KB
patch
obsolete
>From a8db372412a27a4fd75e249a51c3f86fb0c63cf3 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> >--- > 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 c8426e8cbf..0a5c4f10a7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >@@ -446,7 +446,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.11.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