Pass the correct report name to income-statement-renderer-internal when rendering

a profit and loss report.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18516 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Alexander 2009-12-17 07:34:30 +00:00
parent 3ca3f9e72f
commit b5aff667de

View File

@ -678,7 +678,7 @@
(define (profit-and-loss-options-generator)
(income-statement-options-generator-internal pnl-reportname))
(define (profit-and-loss-renderer report-obj)
(income-statement-renderer-internal report-obj is-reportname))
(income-statement-renderer-internal report-obj pnl-reportname))
(gnc:define-report