Skip to content

Commit

Permalink
Merge Vincent Dawans's 'bug797879' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Apr 28, 2023
2 parents fb58959 + 2e18c74 commit 842458b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/report/trep-engine.scm
Expand Up @@ -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))
Expand Down

0 comments on commit 842458b

Please sign in to comment.