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:
Andreas Köhler
2008-02-11 20:35:18 +00:00
parent f3177be432
commit fc16656981

View File

@@ -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))