]> git.koha-community.org Git - koha.git/commit
Bug 7609: Improving links to find analytics and volumes when using UseControlnumber...
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 26 Feb 2012 21:25:41 +0000 (22:25 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 5 May 2012 12:12:57 +0000 (08:12 -0400)
commit7211424640b3e0814777394c3ce37ee719f64894
treea48413c4462bd85f68d8fd1da484f20729cbab08
parent7ae639a3e3caa5bd5352ac5370c81f5bcd055e46
Bug 7609: Improving links to find analytics and volumes when using UseControlnumber (MARC21)

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 (in both OPAC and Intranet):
'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.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl
koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl