mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
3ca3f9e72f
commit
b5aff667de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user