Restore the business reports menu.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14347 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-06-08 02:30:18 +00:00
parent 3c5a81accb
commit bf56d48411
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-06-07 David Hampton <hampton@employees.org>
* src/business/business-gnome/business-gnome.scm: Restore the
business reports menu.
2006-06-06 David Hampton <hampton@employees.org>
* src/business/business-gnome/glade/billterms.glade: Hide notebook

View File

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