https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29139 --- Comment #28 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 125846 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125846&action=edit [21.05.x] Bug 29139: Add exceptions to relation accessors We already had exceptions on the many-to-many links, but we didn't have them for the middle table. The underlying dbic relations make it clear which id's are being used for linking. A 'credit' has 'credit_offsets', a 'debit' has 'debit_offsets'. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.