r18516 - gnucash/trunk/src/report/standard-reports - Pass the correct report name to income-statement-renderer-internal when rendering

Mike Alexander mta at code.gnucash.org
Thu Dec 17 02:34:31 EST 2009


Author: mta
Date: 2009-12-17 02:34:30 -0500 (Thu, 17 Dec 2009)
New Revision: 18516
Trac: http://svn.gnucash.org/trac/changeset/18516

Modified:
   gnucash/trunk/src/report/standard-reports/income-statement.scm
Log:
Pass the correct report name to income-statement-renderer-internal when rendering
a profit and loss report.

Modified: gnucash/trunk/src/report/standard-reports/income-statement.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/income-statement.scm	2009-12-17 07:33:26 UTC (rev 18515)
+++ gnucash/trunk/src/report/standard-reports/income-statement.scm	2009-12-17 07:34:30 UTC (rev 18516)
@@ -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 



More information about the gnucash-changes mailing list