28 Nov
2018
28 Nov
'18
1:54 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21896 --- Comment #6 from Christopher Brannon <cbrannon@cdalibrary.org> --- Created attachment 82691 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82691&action=edit Bug 21896: Add Koha::Account::normalize_balance This patch adds the normalize_balance() method to Koha::Account. Its purpose is to apply outstanding credits (i.e. manual ones ore remaining amounts like in the case of refunds) to outstanding debts. To test: - Apply this patchset - Run: $ kshell k$ prove t/db_dependent/Koha/Account.t => SUCCESS: Tests pass! - Sign off :-D -- You are receiving this mail because: You are watching all bug changes.