mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/business/business-reports/business-reports.scm -- need to
load business-gnome module, which loads gnome-utils module, for a couple HTML definitions (which should eventually be moved elsewhere so that the reports themselves don't depend on gnome... This fixes Wilddev's report problem. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7872 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bd47b9e12e
commit
fdc0ce054a
@ -1,3 +1,11 @@
|
||||
2003-01-22 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/business/business-reports/business-reports.scm -- need to
|
||||
load business-gnome module, which loads gnome-utils module, for
|
||||
a couple HTML definitions (which should eventually be moved
|
||||
elsewhere so that the reports themselves don't depend on
|
||||
gnome... This fixes Wilddev's report problem.
|
||||
|
||||
2003-01-21 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/quotes/finance-quote-helper.in: Fix problem getting quotes
|
||||
|
@ -10,6 +10,10 @@
|
||||
(gnc:module-load "gnucash/report/standard-reports" 0)
|
||||
(gnc:module-load "gnucash/business-utils" 0)
|
||||
|
||||
;; this defines gnc:url-type-ownerreport and pulls in gnome-utils
|
||||
;; to define gnc:html-build-url
|
||||
(gnc:module-load "gnucash/business-gnome" 0)
|
||||
|
||||
(define gnc:menuname-business-reports (N_ "Business Reports"))
|
||||
|
||||
(define (guid-ref type guid)
|
||||
|
Loading…
Reference in New Issue
Block a user