mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/report/standard-reports/receivables.scm: rename bootstrap to main.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6242 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9cf7256814
commit
45d5d22370
@ -25,7 +25,7 @@
|
|||||||
(define-module (gnucash report receivables))
|
(define-module (gnucash report receivables))
|
||||||
|
|
||||||
(use-modules (ice-9 slib))
|
(use-modules (ice-9 slib))
|
||||||
(use-modules (gnucash bootstrap))
|
(use-modules (gnucash main))
|
||||||
(use-modules (gnucash gnc-module))
|
(use-modules (gnucash gnc-module))
|
||||||
|
|
||||||
(gnc:module-load "gnucash/report/report-system" 0)
|
(gnc:module-load "gnucash/report/report-system" 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user