Use resolve-interface instead of resolve-module when loading reports fo only the

exported interface gets imported instead of everything defined in the file.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18497 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Alexander
2009-12-14 05:50:57 +00:00
parent e7cd4d4595
commit 287c85ce9d

View File

@@ -126,7 +126,7 @@
(lambda (x)
(module-use!
(current-module)
(resolve-module (append '(gnucash report standard-reports) (list x)))))
(resolve-interface (append '(gnucash report standard-reports) (list x)))))
(get-report-list))
(use-modules (gnucash gnc-module))