# FIXME add checks # duplicate barcode # attempt to change itemnumber # attempt to change biblionumber (if we want # an API to relink an item to a different bib, # it should be a separate function) # update items table _koha_modify_item($item); As seen above, the error from this subroutine is just ignored. This may well be a sql error; the record is not saved and the user is not warned. Actual example of this problem: see under bug 5839.
Still the case in current master.
Similar comment can be made for _koha_new_item in AddItem. See bug 6852 that may present a fix for the new item case.
There is no ModItem anymore (bug 23463)
(In reply to Katrin Fischer from comment #3) > There is no ModItem anymore (bug 23463) Nor a _koha_modify_item