Bugzilla – Attachment 152224 Details for
Bug 24517
Zebra: date-entered-on-file misses 6th position
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24517: Add missing 6th position to date-entered-on-file index (XSLT)
Bug-24517-Add-missing-6th-position-to-date-entered.patch (text/plain), 1.32 KB, created by
Katrin Fischer
on 2023-06-08 22:55:02 UTC
(
hide
)
Description:
Bug 24517: Add missing 6th position to date-entered-on-file index (XSLT)
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-06-08 22:55:02 UTC
Size:
1.32 KB
patch
obsolete
>From 05b9523111fda557b01545a3e2d84b0539360451 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Wed, 7 Jun 2023 03:14:06 +0000 >Subject: [PATCH] Bug 24517: Add missing 6th position to date-entered-on-file > index (XSLT) > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl b/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl >index c5a0fed4b4..c540d485f3 100644 >--- a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl >+++ b/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl >@@ -97,10 +97,10 @@ definition file (probably something like {biblio,authority}-koha-indexdefs.xml) > </xslo:template> > <xslo:template match="marc:controlfield[@tag='008']"> > <z:index name="date-entered-on-file:n"> >- <xslo:value-of select="substring(., 1, 5)"/> >+ <xslo:value-of select="substring(., 1, 6)"/> > </z:index> > <z:index name="date-entered-on-file:s"> >- <xslo:value-of select="substring(., 1, 5)"/> >+ <xslo:value-of select="substring(., 1, 6)"/> > </z:index> > <z:index name="pubdate:w"> > <xslo:value-of select="substring(., 8, 4)"/> >-- >2.30.2
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 24517
:
152071
|
152072
|
152223
|
152224
|
152621