From fc16656981c676367ecdf2af7e4a930fcce46c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Mon, 11 Feb 2008 20:35:18 +0000 Subject: [PATCH] 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 --- src/report/report-system/html-acct-table.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/report/report-system/html-acct-table.scm b/src/report/report-system/html-acct-table.scm index 9ba6ab3aef..5ce916d906 100644 --- a/src/report/report-system/html-acct-table.scm +++ b/src/report/report-system/html-acct-table.scm @@ -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))