From 7ecb7cef5532fd5404fcbd0c9ab6c9150fd0c7ef Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 24 Oct 2022 16:23:12 +0000 Subject: [PATCH] Bug 13600: (follow-up) Add separator between different series fields This patch checks for an upcoming series tag, and adds a separator if one is found Signed-off-by: David Nind Signed-off-by: Tomas Cohen Arazi --- .../prog/en/xslt/MARC21slimUtils.xsl | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl index 317a3a3c1aa..109d1ad75e6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl @@ -427,7 +427,7 @@ - + | @@ -452,7 +452,7 @@ - + | @@ -460,6 +460,7 @@ + @@ -499,7 +500,16 @@ ; - | + + + + | + + + + | + + -- 2.38.1