gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jun 12 19:27:49 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/87f4791f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/af007125 (commit)
	from  https://github.com/Gnucash/gnucash/commit/9c7fa77d (commit)



commit 87f4791fae07d9d961363891caa0842fd58bd036
Merge: 9c7fa77 af00712
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 12 16:21:26 2018 -0700

    Merge Chris Lam's 'maint-fix-796537' into maint.

commit af0071256116d4aed1ff65d14aba572cd231d74f
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Tue Jun 12 22:41:11 2018 +0800

    Bug 796537 - Transaction Report cannot sort by "num"
    
    This is technically a bug in the TR regarding book split-action
    property. The reworked TR did not retrieve book split-action properly
    which means it was always assuming split-action was #f for sorting.
    
    This commit redefines sortkey-list to accept split-action? as a
    parameter to generate the correct sortkeys. Unfortunately it will make
    it more complicated; I'm not sure how to simplify.



Summary of changes:
 gnucash/report/standard-reports/transaction.scm | 47 ++++++++++++-------------
 1 file changed, 23 insertions(+), 24 deletions(-)



More information about the gnucash-patches mailing list