17 Dec
2019
17 Dec
'19
12:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24252 --- Comment #1 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 96363 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96363&action=edit Bug 24252: Add relations to Koha::Account::Line This patch adds two new relationships to the Koha::Account::Line object. * credit_offsets - returns all credit type Koha::Account::Offsets related to this Koha::Account::Line. * debit_offsets - returns all debit type Koha::Account::Offsets related to this Koha::Account::Line. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.