AUDIT: r20784 - gnucash/trunk/src/report/standard-reports - Bug #632931 - Advanced Portfolio: new income column shows negative

Geert Janssens gjanssens at code.gnucash.org
Tue Jun 21 05:51:14 EDT 2011


Author: gjanssens
Date: 2011-06-21 05:51:14 -0400 (Tue, 21 Jun 2011)
New Revision: 20784
Trac: http://svn.gnucash.org/trac/changeset/20784

Modified:
   gnucash/trunk/src/report/standard-reports/advanced-portfolio.scm
Log:
Bug #632931 - Advanced Portfolio: new income column shows negative
amount
Patch by Sebastien Alborini
BP

Modified: gnucash/trunk/src/report/standard-reports/advanced-portfolio.scm
===================================================================
--- gnucash/trunk/src/report/standard-reports/advanced-portfolio.scm	2011-06-21 09:51:04 UTC (rev 20783)
+++ gnucash/trunk/src/report/standard-reports/advanced-portfolio.scm	2011-06-21 09:51:14 UTC (rev 20784)
@@ -545,7 +545,7 @@
 
 				     (if (gnc-numeric-zero-p dividend-rein)
 					 ;; no reinvested dividend, return just the income split
-					 (xaccSplitGetValue s)
+					 dividend-income
 					 ;; dividend reinvested so
 					 ;; apply the ratio to the
 					 ;; dividend and return it for



More information about the gnucash-changes mailing list