mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/report/standard-reports/balance-sheet.scm: added use-modules.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5614 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
728b711cd3
commit
19616b9573
@ -26,11 +26,12 @@
|
|||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(define-module (gnucash report balance-sheet))
|
(define-module (gnucash report balance-sheet))
|
||||||
|
(use-modules (gnucash bootstrap) (g-wrapped gw-gnc)) ;; FIXME: delete after we finish modularizing.
|
||||||
(use-modules (ice-9 slib))
|
(use-modules (ice-9 slib))
|
||||||
|
(use-modules (gnucash gnc-module))
|
||||||
|
|
||||||
(require 'printf)
|
(require 'printf)
|
||||||
|
|
||||||
(use-modules (gnucash gnc-module))
|
|
||||||
(gnc:module-load "gnucash/report/report-system" 0)
|
(gnc:module-load "gnucash/report/report-system" 0)
|
||||||
|
|
||||||
;; first define all option's names so that they are properly defined
|
;; first define all option's names so that they are properly defined
|
||||||
|
Loading…
Reference in New Issue
Block a user