From 7dadcd4d1f4afe105ec08680f78e7316c2d0dc1d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 26 Feb 2012 22:25:41 +0100 Subject: [PATCH] Bug 7609: Improving links to find analytics and volumes when using UseControlnumber To test: - switch on UseControlnumber - add a serial record with 001 - ldr pos 19 = a or - 008 (continuing resource), pos 21 = m - add 2 analytics with with $w subfields containing the 001 of the serial - one with ldr pos 7 = a - one with ldr pos 7 = b - add 1-2 monographical records linked to the serial - 8xx $w subfield containing the 001 of the serial - 490 The serial should show 2 links: 'Show volumes' should only bring up the monographical records. 'Show analytics' should only find the analytical records. Without the patch both links would find all linked records, no difference between both links. --- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index 13812f0..da62fcb 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -231,7 +231,7 @@ - /cgi-bin/koha/opac-search.pl?q=rcn: + /cgi-bin/koha/opac-search.pl?q=rcn:+and+(bib-level:a+or+bib-level:b) /cgi-bin/koha/opac-search.pl?q=Host-item: @@ -248,7 +248,7 @@ - /cgi-bin/koha/opac-search.pl?q=rcn: + /cgi-bin/koha/opac-search.pl?q=rcn:+and+(bib-level:a+or+bib-level:b) /cgi-bin/koha/opac-search.pl?q=ti,phr: -- 1.7.5.4