Restore the business reports menu.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14347 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/swigify
David Hampton 20 years ago
parent 3c5a81accb
commit bf56d48411

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

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

Loading…
Cancel
Save