AUDIT: r16940 - gnucash/trunk/src/report/report-system - Bug#506798: Sort html account tables by account code.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Feb 11 15:35:19 EST 2008


Author: andi5
Date: 2008-02-11 15:35:18 -0500 (Mon, 11 Feb 2008)
New Revision: 16940
Trac: http://svn.gnucash.org/trac/changeset/16940

Modified:
   gnucash/trunk/src/report/report-system/html-acct-table.scm
Log:
Bug#506798: Sort html account tables by account code.

Patch by Christoph Ernst.
BP


Modified: gnucash/trunk/src/report/report-system/html-acct-table.scm
===================================================================
--- gnucash/trunk/src/report/report-system/html-acct-table.scm	2008-02-10 23:00:13 UTC (rev 16939)
+++ gnucash/trunk/src/report/report-system/html-acct-table.scm	2008-02-11 20:35:18 UTC (rev 16940)
@@ -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))



More information about the gnucash-changes mailing list