gnucash maint: Bug 797573 - Incorrect value of securities in the Asset Chart

Christopher Lam clam at code.gnucash.org
Tue Jan 14 20:35:22 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/5ac7f1be (commit)
	from  https://github.com/Gnucash/gnucash/commit/d61453d3 (commit)



commit 5ac7f1beaf8f0c469d24fc362482d2a4b3646b3b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Jan 13 22:03:10 2020 +0800

    Bug 797573 - Incorrect value of securities in the Asset Chart
    
    Algorithms used xaccFooOrder to attempt strict ordering of Foo
    objects. Unfortunately the internal definitions of xaccAccountOrder
    does not guarantee a strict ordering of accounts.
    
    Also remove unused split<? comparator.



Summary of changes:
 gnucash/report/business-reports/new-aging.scm              | 7 +------
 gnucash/report/business-reports/new-owner-report.scm       | 2 --
 gnucash/report/report-system/report-utilities.scm          | 3 +--
 gnucash/report/standard-reports/test/test-balsheet-pnl.scm | 8 ++++----
 4 files changed, 6 insertions(+), 14 deletions(-)



More information about the gnucash-patches mailing list