gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Fri Apr 28 15:20:53 EDT 2023
Updated via https://github.com/Gnucash/gnucash/commit/842458bc (commit)
via https://github.com/Gnucash/gnucash/commit/2e18c746 (commit)
from https://github.com/Gnucash/gnucash/commit/fb58959f (commit)
commit 842458bc2444b7b0057439f0f33ccdcac163c8ed
Merge: fb58959f9a 2e18c74668
Author: John Ralls <jralls at ceridwen.us>
Date: Fri Apr 28 12:18:33 2023 -0700
Merge Vincent Dawans's 'bug797879' into stable
commit 2e18c74668b6cd64ef8a668676706dda08bcbd32
Author: Vincent Dawans <dawansv at gmail.com>
Date: Sun Apr 23 22:41:36 2023 -0700
Bug 797879 - [Transaction Report] running balance column not
consistent with amount column for SAME transaction date
Added QUERY-DEFAULT-SORT as the third sort parameter to thequery
to ensure transactions are sorted as per register as a last sort
level.
diff --git a/gnucash/report/trep-engine.scm b/gnucash/report/trep-engine.scm
index 025efef0ee..7a90da8f97 100644
--- a/gnucash/report/trep-engine.scm
+++ b/gnucash/report/trep-engine.scm
@@ -2178,7 +2178,7 @@ be excluded from periodic reporting.")
query
(keylist-get-info (sortkey-list BOOK-SPLIT-ACTION) primary-key 'sortkey)
(keylist-get-info (sortkey-list BOOK-SPLIT-ACTION) secondary-key 'sortkey)
- '())
+ (list QUERY-DEFAULT-SORT))
(qof-query-set-sort-increasing
query (eq? primary-order 'ascend) (eq? secondary-order 'ascend)
#t))
Summary of changes:
gnucash/report/trep-engine.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list