http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7131
--- Comment #55 from Katrin Fischer <[email protected]> --- Hm there is a bug caused by this: This is the result of importing a batch from command line without the patch. All numbers shown are correct. MARC record staging report ------------------------------------ Input file: ../../Downloads/bib-4.utf8 Record type: biblio Number of input records: 1 Number of valid records: 1 Number of invalid records: 0 Number of records matched: 1 Number of items parsed: 4 And that's the result with the patch: MARC record import report ---------------------------------------- Batch number: 7 Number of new records added: 0 Number of records replaced: 1 Number of records ignored: 4 Number of items added: 0 Number of items ignored: 0 The number of records ignored should be the number of items ignored. Commands used: ./stage_file.pl --file ../../Downloads/bib-4.utf8 --add-items --comment "something" --match 3 ./commit_file.pl --batch-number 8 Matching rule 3 is 001 in my database, as my records all have unique identifiers. -- You are receiving this mail because: 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/
