mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
* src/report/standard-reports/account-summary.scm: added use-modules.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5613 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e079c1b57f
commit
728b711cd3
@ -29,8 +29,9 @@
|
||||
(define-module (gnucash report account-summary))
|
||||
|
||||
(use-modules (srfi srfi-1))
|
||||
|
||||
(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing.
|
||||
(use-modules (gnucash gnc-module))
|
||||
|
||||
(gnc:module-load "gnucash/report/report-system" 0)
|
||||
|
||||
;; account summary report
|
||||
|
Loading…
Reference in New Issue
Block a user