https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40119
Roman Dolny <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183165|0 |1 is obsolete| | --- Comment #3 from Roman Dolny <[email protected]> --- Created attachment 183175 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183175&action=edit Bug 40119: Merge should not leave empty 6XX subfield $2 (MARC 21) Currently, when removing 040 $f from authority record with 008/11 = 'z' (MARC 21), merge function removes the content of $2 subfield in linked 6XX fields, leaving the 6XX $2 subfield empty. This is not correct. We should not have empty subfields in a MARC record. Instead, the old content of the $2 subfield should be retained (if auth 008/11 is still = 'z'). Test plan: ========== 1. Have an authority record with 008/11 = 'z' and 040 $f = 'whatever'. 2. Link the record to a bibliographic 6XX. 3. Edit the authority record, removing 040 $f. 4. Go to bibliographic record and in modal "MARC preview" from Normal view notice that 6XX $2 exists but is empty. This is wrong. 5. Apply the patch ; restart all. 6. Repeat p. 1.-4. Note that the content of 6XX $2 has not been removed. Sponsored-by: Ignatianum University in Cracow Signed-off-by: Roman Dolny <[email protected]> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
