http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6199
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|PATCH-Sent (DO NOT USE) |P3 CC| |[email protected] --- Comment #21 from Paul Poulain <[email protected]> --- QA comment: I don't see why we have those lines: + # Clone record as it gets modified + $record = $record->clone(); Same for + # We modify the record, so lets work on a clone so we don't change the + # original. + $record = $record->clone(); $record can already be modified before this patch. What am I missing ? marking failed QA. switch back to signed off if you have an explanation... -- 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/
