From 44fa6f93415856da5d17e5598c3e9ddd40d30a42 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 8 Apr 2013 09:07:43 -0400 Subject: [PATCH] Bug 9995 - For reference items no longer listed in XSLT result lists Content-Type: text/plain; charset=utf-8 Re-added the xsl that shouldn't have been removed. Signed-off-by: Katrin Fischer Tested with different settings for OpacItemLocation and not for loan set in the item and for the item type. Signed-off-by: Marcel de Rooy Including a QA followup. --- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl index 4335e50..cdeb672 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl @@ -1071,11 +1071,28 @@ - + + + + + Copies available for reference: + + + + [] + ( + + ) + . , + + + + +
-- 1.7.7.6