Skip to content

Commit

Permalink
Bug 725131 - Adding Payments to Fancy Invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy King authored and gjanssens committed Feb 26, 2014
1 parent 36853c2 commit f0eca7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/report/business-reports/fancy-invoice.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f0eca7f

Please sign in to comment.