Bug 8185: plugin for linking records in MARC21
authorZeno Tajoli <tajoli@cilea.it>
Fri, 3 Aug 2012 13:03:59 +0000 (15:03 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 19 Sep 2012 13:45:27 +0000 (15:45 +0200)
commit65e0a7d5a5e494a3c4ddead074d642ee0de852b0
treee2da40c101d961eb37169004c4f8a68807c1b269
parent9b5a5224e6e94e389fa358ab719d007825563d3d
Bug 8185: plugin for linking records in MARC21

This plugin works like the unimarc plugin unimarc_field_4XX. It
 insert: $9 -> biblionumber $w -> 001 $t -> 245$a (title )
 $x -> 022$a (ISSN) $z -> 020$a (ISBN) The search is done on
 'any' index. Data are inserted only in the working record.
 To insert data in the connected record, you need to open
 the other record.

Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
cataloguing/value_builder/marc21_linking_section.pl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_linking_section.tt [new file with mode: 0644]