http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11936 Bug ID: 11936 Summary: bulkmarcimport.pl reports inserted records twice Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt@gmail.com Reporter: magnus@enger.priv.no QA Contact: testopia@bugs.koha-community.org Output from: sudo koha-shell -c "perl misc/migration_tools/bulkmarcimport.pl -b -file /some/path/koha.mrc -l /tmp/log.txt" kohadev id;operation;status 1;insert;ok 1;insert;ok 2;insert;ok 2;insert;ok 3;insert;ok 3;insert;ok 4;insert;ok 4;insert;ok 5;insert;ok 5;insert;ok file : /home/magnus/Nedlastinger/koha.mrc 5 MARC records done in 0.0617420673370361 seconds Looks like every inserted record is reported twice. Or the second line is saying an item was imported, but then it might be a good idea to make that more explicit, perhaps? -- You are receiving this mail because: You are watching all bug changes.