[Koha-bugs] [Bug 6199] Allow bulkmarcimport to blank duplicate barcodes rather than skipping items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 21 16:27:06 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6199

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|PATCH-Sent (DO NOT USE)     |P3
                 CC|                            |paul.poulain at biblibre.com

--- Comment #21 from Paul Poulain <paul.poulain at biblibre.com> ---
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.


More information about the Koha-bugs mailing list