mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/report/standard-reports/standard-reports.scm: added use-modules.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5622 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0dfaf43a8d
commit
aace8684bc
@ -6,11 +6,11 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(define-module (gnucash report standard-reports))
|
||||
|
||||
(export gnc:show-register-report)
|
||||
(export gnc:print-register-report)
|
||||
(export gnc:show-invoice-report)
|
||||
|
||||
(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing.
|
||||
(use-modules (gnucash report account-piecharts))
|
||||
(use-modules (gnucash report account-summary))
|
||||
(use-modules (gnucash report average-balance))
|
||||
|
Loading…
Reference in New Issue
Block a user