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: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected]
# 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.
_______________________________________________
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/