Fix transaction report errors when there is more than one type of

currency/commodity involved. #89501


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7571 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2002-11-30 07:28:22 +00:00
parent 766d8e1dae
commit 93ba1507dd
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2002-11-29 David Hampton <hampton@employees.org>
* src/report/standard-reports/transaction.scm: Fix the grand
totals in the transaction report when there is more than one type
of currency/commodity to report. #89501
* src/report/report-system/report.scm: Move the busy cursor logic
so that it removes the busy cursor even after a report error.

View File

@ -167,7 +167,7 @@
(gnc:html-table-append-row/markup!
table
subtotal-style
(append blanks
(cons blanks
(list (gnc:make-html-table-cell/markup
"total-number-cell" currency)))))
(cdr currency-totals))))