From c2d6ff2edaddd5fe9e5837ad1d0b935c6d9d3121 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 29 Jan 2021 12:39:21 +0000 Subject: [PATCH] Bug 12966: Add edition field to Card view To test: 1 - Search Z3950 to add a record 2 - Find a record with an edition statement 3 - It shows in the table of results 4 - Check the card view 5 - No edition 6 - Apply patch 7 - Repeat 8 - Edition shows in card view --- koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl index 6dd214a8a9..f9ad39258b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/compact.xsl @@ -44,6 +44,9 @@
+ + + -- 2.11.0