[Koha-bugs] [Bug 6630] Can't update zebra after add an item then barcode not searchable by search form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 9 04:13:35 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6630

--- Comment #2 from Suyadi <abufarros at gmail.com> 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.


More information about the Koha-bugs mailing list