From 6b443219b1908f50e1eed37684ea42de681305bf Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 9 Sep 2021 09:18:01 +0000 Subject: [PATCH] Bug 28831: Add the new group by substatus-block Content-Type: text/plain; charset=utf-8 Test plan: Change OPACResultsUnavailableGroupingBy to substatus. Verify the result on opac results. (You need a few unavailable items with different statuses on a few branches.) Signed-off-by: Marcel de Rooy Signed-off-by: David Nind Signed-off-by: Nick Clemens --- .../en/xslt/MARC21slim2OPACResults.xsl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl index 8d0d010184..40e73b4f22 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl @@ -1366,6 +1366,25 @@ + + + + + + + + + + + + + + + + + + + -- 2.20.1