Autoload US-specific tax report. Should make this locale-based.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5154 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Bill Gribble 2001-08-17 13:20:41 +00:00
parent eac9dff56f
commit 74b020e2bc

View File

@ -60,6 +60,7 @@
(gnc:module-load "gnucash/report/stylesheets" 0)
(gnc:module-load "gnucash/report/standard-reports" 0)
(gnc:module-load "gnucash/report/utility-reports" 0)
(gnc:module-load "gnucash/report/locale-specific/us" 0)
;; Now we can load a bunch of files.
(gnc:depend "config-var.scm")