https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38924
Jacob O'Mara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #189273|0 |1 is obsolete| | --- Comment #122 from Jacob O'Mara <[email protected]> --- Created attachment 193384 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193384&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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
