]> 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>
Tue, 8 May 2012 21:48:54 +0000 (17:48 -0400)
commitb46d14c52c78fd813f205b3b090091f8148909ea
treea48413c4462bd85f68d8fd1da484f20729cbab08
parent02e8078f5f061ae237c88fcfc8f338261b4c0a7f
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