https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27971
--- Comment #1 from Martin Renvoize <[email protected]> --- Created attachment 118358 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118358&action=edit Bug 27971: Update void method to use double entry accounting This patch adds double-entry accounting to the Koha::Account::Line->void method. This results in the addition of a VOID debit type line that is offset against the original credit type line that is being voided. This allows us to accurately record when the void took place, at what branch and by whome the void was triggered. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
