gnucash master: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Mon Jan 3 19:25:44 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/f7ee6446 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/85a62c03 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9d1c73f9 (commit)



commit f7ee644695fa15d23369096669ebbb7b90d639a3
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jan 4 08:24:06 2022 +0800

    Amendment to 73822f97a [1/2] use heuristics to scrub budget signs
    
    Testing income<0 to conclude "none reversal" is likely a more sound
    strategy than testing liability>0.

commit 85a62c03ea21dee19e1f1fac9d26736c14d86cfb
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jan 4 08:21:57 2022 +0800

    Amendment to 972fd4520 [2/3] remove backward-compatibility code
    
    Error in removing backward compatibility code.
    
    gnc_reverse_budget_balance (account, TRUE) should be simplified to
    gnc_reverse_balance (account). The .scm code was simplified correctly,
    but not the C code.



Summary of changes:
 gnucash/gnome/gnc-budget-view.c | 15 ++++++++++-----
 libgnucash/engine/ScrubBudget.c |  2 +-
 2 files changed, 11 insertions(+), 6 deletions(-)



More information about the gnucash-patches mailing list