24 Feb
2025
24 Feb
'25
5:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38924 --- Comment #10 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178590&action=edit Bug 38924: Add Koha::Patron::Quota::Usage(s) classes Add ::Usage(s) classes for working with quota allocation usage. We overload store to ensure data consistency for the checkout_id field which is linked to either the issue or old_issue table appropriatly. We include a checkout relationship that handles the lack of foreign key due to issues/old_issues. We also add the Usage relations to Quota objects -- You are receiving this mail because: You are watching all bug changes.