From 13024072c7a71272f31ddac33236b98db00001a6 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 --- .../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 317a3a3c1a..109d1ad75e 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.30.2