http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6199
Robin Sheat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #22 from Robin Sheat <[email protected]> --- (Just working from memory here, but) in the first case, ModBiblioMarc modifies the MARC record. This a) isn't really good for it to do (it's an undocumented side-effect), and b) impacts the process of re-adding if adding a record failed, as without this, the copy you have will be changed (and damaged.) In particular, it removes items that fail, so tweaking and readding them is impossible. For the second one, I think the reasoning is similar, although I can't remember the details. But basically, the function modifies the MARC passed into it, which is bad. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
