From ae37338b58d1cb96d86641d4c2e78ac8d912d8fd Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 11 Oct 2021 08:34:00 +0000 Subject: [PATCH] Bug 29199: Fix parameters of ListCallNumbers Content-Type: text/plain; charset=utf-8 [1] ItemBranch should have been passed with quotes. [2] You cannot use $x as class name, you need to use xsl:attribute. Signed-off-by: Marcel de Rooy --- .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index e90961b21a..72d7bc889d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1286,7 +1286,8 @@ - + + @@ -1310,7 +1311,7 @@ - + @@ -1354,7 +1355,7 @@ - + @@ -1471,8 +1472,11 @@ - - + + + + + ( ) -- 2.20.1