mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
766d8e1dae
commit
93ba1507dd
@ -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.
|
||||
|
||||
|
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user