Bugzilla – Attachment 82654 Details for
Bug 21589
Series link formed from 830 field is incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21589: (follow-up) Close initial foreach loop
Bug-21589-follow-up-Close-initial-foreach-loop.patch (text/plain), 1.10 KB, created by
Nick Clemens (kidclamp)
on 2018-11-26 18:41:08 UTC
(
hide
)
Description:
Bug 21589: (follow-up) Close initial foreach loop
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2018-11-26 18:41:08 UTC
Size:
1.10 KB
patch
obsolete
>From 677933de1f6b3f9b1efb82ae8ec59b4f72bf26bf Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 26 Nov 2018 18:40:41 +0000 >Subject: [PATCH] Bug 21589: (follow-up) Close initial foreach loop > >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >index 1242b07506..f2b9d452d1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl >@@ -248,6 +248,8 @@ > </xsl:choose> > <xsl:text>: </xsl:text> > <xsl:value-of select="marc:subfield[@code='v']" /> >+ <xsl:choose><xsl:when test="position()=last()"><xsl:text></xsl:text></xsl:when><xsl:otherwise><xsl:text>; </xsl:text></xsl:otherwise></xsl:choose> >+ </xsl:for-each> > > <xsl:for-each select="marc:datafield[@tag=830]"> > <xsl:choose> >-- >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 21589
:
80750
|
82275
|
82654
|
88582
|
88734
|
88849