mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #583883 – Customer report produces error
Make sure business-reports.scm pulls in gnc-html module for gnc-build-url. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18095 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7b21ff4d00
commit
649ea207f4
@ -28,8 +28,9 @@
|
||||
(gnc:module-load "gnucash/report/standard-reports" 0)
|
||||
(gnc:module-load "gnucash/business-utils" 0)
|
||||
|
||||
;; this defines URL-TYPE-OWNERREPORT and pulls in gnome-utils
|
||||
;; to define gnc-build-url
|
||||
(gnc:module-load "gnucash/html" 0)
|
||||
;; this defines URL-TYPE-OWNERREPORT
|
||||
(gnc:module-load "gnucash/business-gnome" 0)
|
||||
|
||||
(define gnc:menuname-business-reports (N_ "_Business"))
|
||||
|
Loading…
Reference in New Issue
Block a user