gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Mon Jun 24 08:32:16 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/72bdaeef (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0c5f79a5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2d06d703 (commit)



commit 72bdaeefcdc561b078a540d46e7670f6de9d24a1
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Jun 24 16:12:27 2019 +0800

    [register] eradicate gnc-default-currency from .scm code
    
    The conditional (null? (xaccSplitGetAccount split)) can never be true
    because it was already handled previously in code via the
    "(null? (xaccSplitGetAccount (car splits))" cond clause to handle bug
    639082

commit 0c5f79a58f50a5dfb26ad6150ebf42b64aabe1f1
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Mon Jun 24 16:07:50 2019 +0800

    [job-report] bugfix display amounts with owner currency
    
    * eradicate gnc-default-currency from .scm code
    
    This parallels aec61497 whereby customer & vendor total amounts were
    rendered with default_currency instead of owner currency



Summary of changes:
 gnucash/report/business-reports/job-report.scm | 9 ++++-----
 gnucash/report/standard-reports/register.scm   | 8 ++------
 2 files changed, 6 insertions(+), 11 deletions(-)



More information about the gnucash-patches mailing list