http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6041 Bug #: 6041 Summary: Errors from _koha_modify_item are ignored in ModItem (C4/Items) Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Cataloging AssignedTo: gmcharlt@gmail.com ReportedBy: m.de.rooy@rijksmuseum.nl QAContact: koha-bugs@lists.koha-community.org CC: ian.walls@bywatersolutions.com # 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. -- 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.