https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21896
--- Comment #26 from Tomás Cohen Arazi <[email protected]> --- Created attachment 82812 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82812&action=edit [18.05.x] 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 Signed-off-by: Christopher Brannon <[email protected]> Signed-off-by: Mark Tompsett <[email protected]> Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
