https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38924 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #193439|0 |1 is obsolete| | --- Comment #208 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 193554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193554&action=edit Bug 38924: Overload delete method in Koha::Old::Checkout This overloads the delete method for old::checkouts to ensure that the issue_id for quotas usage is nulled in the event that an old_checkout is deleted. Would like to make this the standard for all the tables we have had to handle issue/old_issues for but is currently just hard-coded for quotas as many of the other tables with issue_id columns are not nullable. -- You are receiving this mail because: You are watching all bug changes.