https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42425 --- Comment #20 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 204918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204918&action=edit Bug 42425: Add debits and credits accessors Adds filtered DBIC relationships (debits, credits) on Koha::Schema::Result::Checkin for API embedding support, and corresponding Koha::Checkin accessors. Test plan: 1. Apply patch 2. Run: $ ktd --shell k$ prove t/db_dependent/Koha/Checkin.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.