mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #593906: Fix crash at account report
Patch by Mike Alexander. This is the fixed version of r18352 which was reverted in r18360. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18396 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
750d8af4cc
commit
9f31693c7e
@ -157,6 +157,9 @@
|
||||
(lambda (x) (resolve-module (append '(gnucash report standard-reports) (list x))))
|
||||
(get-report-list))
|
||||
|
||||
; Need this to be able to call gnc:register-report-create-internal
|
||||
(use-modules (gnucash report standard-reports register))
|
||||
|
||||
(use-modules (gnucash gnc-module))
|
||||
(gnc:module-load "gnucash/engine" 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user