From 6988fede6d28ff8ae4554deb8241a5f993f7bce8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 5 Feb 2021 15:41:34 +0100 Subject: [PATCH] Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC Only display a in link, not v that is displayed later. It has been fixed in different other places by commit 81f71d45fe4fee92596ea8d8edb57c602490e9b1 Bug 15436: Use semicolon between series name and volume but missed one occurrence. Test plan: Add a 440$a and $v and confirm that the display at the OPAC is now the same as the staff interface. Signed-off-by: David Nind --- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl index 7c05aafc2c..13e70d0ee8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -380,7 +380,7 @@ - av + a -- 2.11.0