http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6199
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Failed QA --- Comment #3 from Katrin Fischer <[email protected]> 2011-05-30 05:52:18 UTC --- I tested the 'patch for master' on current master. I tested with a file containing 5 records, a few items with some duplicate and some unique barcodes. bulkmarcimport.pl -b -v -file test.mrc -l test.txt Before applying the patch I got errors running indicating the duplicate barcoes. 5 items were added to my database. Reimporting the same file gave me more duplicate errors and no additional items were added. bulkmarcimport.pl -b -v -file test.mrc -l test.txt I applied the patch and ran: bulkmarcimport.pl -b -v -file test.mrc -l test.txt -dedupbarcode I got no error messages: ..... 5 MARC records done in 0.341071128845215 seconds I reindexed, searched Koha and checked my items table. No new items were added. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
