r18783 - gnucash/trunk/src/tax/us - Fix crash on opening the tax report, introduced by r18673.

Christian Stimming cstim at code.gnucash.org
Tue Mar 2 15:41:04 EST 2010


Author: cstim
Date: 2010-03-02 15:41:04 -0500 (Tue, 02 Mar 2010)
New Revision: 18783
Trac: http://svn.gnucash.org/trac/changeset/18783

Modified:
   gnucash/trunk/src/tax/us/txf.scm
Log:
Fix crash on opening the tax report, introduced by r18673.

Patch by Alex Aycinena.

Modified: gnucash/trunk/src/tax/us/txf.scm
===================================================================
--- gnucash/trunk/src/tax/us/txf.scm	2010-03-02 20:22:23 UTC (rev 18782)
+++ gnucash/trunk/src/tax/us/txf.scm	2010-03-02 20:41:04 UTC (rev 18783)
@@ -17,6 +17,8 @@
 ;; Added 'None' type for no income tax options
 ;;
 
+(use-modules (gnucash app-utils))
+
 (define txf-tax-entity-types
   (list
    (cons 'F1040 #("Individual, Joint, etc." "Files US Form 1040 Tax Return"))



More information about the gnucash-changes mailing list