(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
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6199 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #23 from Paul Poulain <paul.poulain@biblibre.com> --- (In reply to comment #22) 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.