9 Jan
2018
9 Jan
'18
2:04 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12001 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 70344 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70344&action=edit Bug 12001: Move GetMemberAccountBalance to Koha::Account->non_issues_charges As said previously, GetMemberAccountBalance returns ( the balance, the non issues charges, the other charges) The other charges are the balance - the non issues charges. In this patch we remove the subroutine from C4::Members and use the new Koha::Account->non_issues_charges subroutine instead -- You are receiving this mail because: You are watching all bug changes.