http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 --- Comment #127 from Jesse Weaver <jweaver@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #126)
Comment on attachment 42373 [details] [review] Bug 11559: (followup) Prevent saving item tags, fix other issues
I feel like removing the whole 999 in case of MARC21 is too generious - I'd feel better if only the subfields for biblionumber and biblioitemnumber would be removed.
This is how Add/ModBiblio work regardless; I have it remove all of the 999s because _koha_marc_update_bib_ids, the function they both use, assumes there's 0 or 1 and doesn't correctly update any others if there's 2 or more. (That's a bug of its own, but anyway...) -- You are receiving this mail because: You are watching all bug changes.