https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38924 --- Comment #272 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 203055 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203055&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. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> -- You are receiving this mail because: You are watching all bug changes.