[Koha-bugs] [Bug 24517] Zebra: date-entered-on-file misses 6th position

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 23 10:02:14 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24517

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
-  <index_control_field tag="008" offset="0" length="5">
+  <index_control_field tag="008" offset="0" length="6">

-      <xslo:value-of select="substring(., 1, 5)"/>
+      <xslo:value-of select="substring(., 1, 6)"/>

This is ok. Just confusing that XSLT substring starts with 1 while we use
offset with zero..

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list