http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6630
--- Comment #2 from Suyadi <[email protected]> 2011-09-09 02:13:35 UTC --- (In reply to comment #1) > This will need a better description including steps to recreate the error > before a fix can be attempted. When I add an item on the record, the items are not stored in the zebra. Maybe the problem on C4::Items::AddItem following lines: my $ new_item_marc = _marc_from_item_hash ($ item, $ frameworkcode, $ unlinked_item_subfields); _add_item_field_to_biblio ($ new_item_marc, $ item-> {'biblionumber'}, $ frameworkcode); replaced with: # ModZebra ($ item-> {biblionumber}, "specialUpdate", "biblioserver", undef, undef); but its function is not identical (do not add item field to biblio) -- 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/
