mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug#506798: Sort html account tables by account code.
Patch by Christoph Ernst. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16940 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -756,7 +756,7 @@
|
||||
|
||||
(for-each
|
||||
(lambda (acct)
|
||||
(let* ((subaccts (gnc-account-get-children acct))
|
||||
(let* ((subaccts (gnc-account-get-children-sorted acct))
|
||||
;; assign output parameters
|
||||
(account acct)
|
||||
(account-name (xaccAccountGetName acct))
|
||||
|
||||
Reference in New Issue
Block a user