* 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:
Derek Atkins 2003-01-22 20:24:00 +00:00
parent bd47b9e12e
commit fdc0ce054a
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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)