http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6199
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #23 from Paul Poulain <[email protected]> --- (In reply to comment #22) > (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. I don't understand why that's a problem, but I accept the argument, and mark passed QA, because it can't harm, and don't change a lot of things. My feeling was that, when you have read a record, you have a $record that you can do for whatever you want, it's not related to the MARC::Record you have in the file you're reading. So $record or $record-> can be used the same way -- 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/
