Bugzilla – Attachment 116867 Details for
Bug 12966
Edition statement missing from card view in Z39.50 result list (acq+cataloguing)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12966: Add edition field to Card view
Bug-12966-Add-edition-field-to-Card-view.patch (text/plain), 1.28 KB, created by
Katrin Fischer
on 2021-02-14 15:36:44 UTC
(
hide
)
Description:
Bug 12966: Add edition field to Card view
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-02-14 15:36:44 UTC
Size:
1.28 KB
patch
obsolete
>From 1cb1586568213ef11c7ffa79d1214dce8ed8ec15 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 29 Jan 2021 12:39:21 +0000 >Subject: [PATCH] Bug 12966: Add edition field to Card view > >To test: >1 - Search Z3950 to add a record >2 - Find a record with an edition statement >3 - It shows in the table of results >4 - Check the card view >5 - No edition >6 - Apply patch >7 - Repeat >8 - Edition shows in card view > >Signed-off-by: Marjorie <marjorie.barry-vila@collecto.ca> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl >index 6dd214a8a9..f9ad39258b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl >@@ -44,6 +44,9 @@ > <xsl:if test="starts-with(@tag, '24') and not(/marc:record/marc:datafield[@tag='100'])"> > <span class="titlemain"><xsl:value-of select="."/></span><br/> > </xsl:if> >+ <xsl:if test="@tag='250'"> >+ <xsl:value-of select="."/> >+ </xsl:if> > <xsl:if test="@tag='260'"> > <xsl:value-of select="."/> > </xsl:if> >-- >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 12966
:
60565
|
116021
|
116035
|
116036
|
116037
| 116867