http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6435
--- Comment #8 from Fridolyn SOMERS <[email protected]> --- I think this bug is a consequence of removing items form MARC. When using rebuild_zebra.pl, in get_raw_marc_record() : - without "--noxml" option the items are added to MARC::Record in GetMarcBiblio() call. - with "--noxml" option, MARC::Record is build from biblioitems.marc and items are not added. This might be corrected by Bug 10482. -- 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/
