Bugzilla – Attachment 116444 Details for
Bug 27633
Display of 440$v doubled up in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC
Bug-27633-bug-15436-follow-up-Fix-duplicate-of-440.patch (text/plain), 1.58 KB, created by
Katrin Fischer
on 2021-02-06 21:27:15 UTC
(
hide
)
Description:
Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-02-06 21:27:15 UTC
Size:
1.58 KB
patch
obsolete
>From f32812cae6193de22e7e507bf58d328efdce6027 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 5 Feb 2021 15:41:34 +0100 >Subject: [PATCH] Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at > the OPAC > >Only display a in link, not v that is displayed later. > >It has been fixed in different other places by > commit 81f71d45fe4fee92596ea8d8edb57c602490e9b1 > Bug 15436: Use semicolon between series name and volume > >but missed one occurrence. > >Test plan: >Add a 440$a and $v and confirm that the display at the OPAC is now the >same as the staff interface. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >index 7c05aafc2c..13e70d0ee8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >@@ -380,7 +380,7 @@ > <xsl:call-template name="chopPunctuation"> > <xsl:with-param name="chopString"> > <xsl:call-template name="subfieldSelect"> >- <xsl:with-param name="codes">av</xsl:with-param> >+ <xsl:with-param name="codes">a</xsl:with-param> > </xsl:call-template> > </xsl:with-param> > </xsl:call-template> >-- >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 27633
:
116396
|
116430
| 116444