mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 10:15:22 -06:00
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.
This commit is contained in:
parent
b7e966d828
commit
2e18c74668
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user