r18396 - gnucash/trunk/src/report/standard-reports - Bug #593906: Fix crash at account report

Christian Stimming cstim at code.gnucash.org
Mon Oct 26 16:15:48 EDT 2009


Author: cstim
Date: 2009-10-26 16:15:47 -0400 (Mon, 26 Oct 2009)
New Revision: 18396
Trac: http://svn.gnucash.org/trac/changeset/18396

Modified:
   gnucash/trunk/src/report/standard-reports/standard-reports.scm
Log:
Bug #593906: Fix crash at account report

Patch by Mike Alexander.

This is the fixed version of r18352 which was reverted in r18360.

Modified: gnucash/trunk/src/report/standard-reports/standard-reports.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/standard-reports.scm	2009-10-26 20:15:34 UTC (rev 18395)
+++ gnucash/trunk/src/report/standard-reports/standard-reports.scm	2009-10-26 20:15:47 UTC (rev 18396)
@@ -156,6 +156,9 @@
 (for-each
     (lambda (x) (resolve-module (append '(gnucash report standard-reports) (list x))))
 	(get-report-list))
+	
+; Need this to be able to call gnc:register-report-create-internal
+(use-modules (gnucash report standard-reports register))
 
 (use-modules (gnucash gnc-module))
 (gnc:module-load "gnucash/engine" 0)



More information about the gnucash-changes mailing list