[Koha-bugs] [Bug 24658] Deleting items with fines does not update itemnumber in accountlines to NULL causing ISE

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 13 12:16:39 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24658

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
There is a FK on accountlines.itemnumber, and apparently it is there for a long
time now.

Can you confirm that this constraint does not exist in your database?

"show create table accountlines;" will tell you if there is a CONSTRAINT  on
items.itemnumber

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list