gnucash master: Bug 725131 - Adding Payments to Fancy Invoice

Geert Janssens gjanssens at code.gnucash.org
Wed Feb 26 08:40:16 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/f0eca7f0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/36853c2a (commit)



commit f0eca7f04b4480f38dcf7bea8d13c4cbd1519bd2
Author: Jeremy King <waeking at gmail.com>
Date:   Wed Feb 26 14:34:06 2014 +0100

    Bug 725131 - Adding Payments to Fancy Invoice

diff --git a/src/report/business-reports/fancy-invoice.scm b/src/report/business-reports/fancy-invoice.scm
index eaa0d00..7c61f7b 100644
--- a/src/report/business-reports/fancy-invoice.scm
+++ b/src/report/business-reports/fancy-invoice.scm
@@ -454,7 +454,8 @@
 		    (if reverse-payments?
 			(gnc-numeric-neg(xaccSplitGetValue split))
 			(xaccSplitGetValue split))))
-	     (row '()))
+             (payment-style "grand-total")
+             (row '()))
 
 	(total-collector 'add
 	    (gnc:gnc-monetary-commodity amt)



Summary of changes:
 src/report/business-reports/fancy-invoice.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list