diff --git a/ChangeLog b/ChangeLog index b67cef0871..2d40ace88c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-07 David Hampton + + * src/business/business-gnome/business-gnome.scm: Restore the + business reports menu. + 2006-06-06 David Hampton * src/business/business-gnome/glade/billterms.glade: Hide notebook diff --git a/src/business/business-gnome/business-gnome.scm b/src/business/business-gnome/business-gnome.scm index 72e7707521..fa27bb3240 100644 --- a/src/business/business-gnome/business-gnome.scm +++ b/src/business/business-gnome/business-gnome.scm @@ -20,3 +20,10 @@ (let ((m (current-module))) (load-from-path name) (set-current-module m))) + +(define (business-report-function) + (gnc:add-extension + (gnc:make-menu gnc:menuname-business-reports + (list gnc:menuname-reports)))) + +(gnc:hook-add-dangler gnc:*report-hook* business-report-function)