Bug 5264 (Retain additional bibliographic subfields when merging authorities) [for...
authorMarcel de Rooy <M.de.Rooy@rijksmuseum.nl>
Thu, 30 Sep 2010 08:03:16 +0000 (08:03 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 6 Oct 2010 12:47:28 +0000 (08:47 -0400)
commite9c0a11d41f107425d7f53dcc09e57e3e00ee608
tree17d518c26ed9f52cb2e6f689aedec74df0b4f5dc
parent23a210ade22410eb59ea3ec72dcf10a76134c0bd
Bug 5264 (Retain additional bibliographic subfields when merging authorities) [for master only]

The current code in AuthoritiesMarc.pm rewrites all subfields from the report
tag in the authority record to fields in related bibliographic records when
merging authorities. Additional subfields in the biblio records (e.g. relator
code or term) are lost in the process.

This patch retains the original algorithm but restores the additional subfields
from the original biblio record when rewriting the linked marc fields.

The problem also exists in 3.0. Two separate patches have been submitted.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/AuthoritiesMarc.pm