Skip to content

Commit

Permalink
Fix transaction report errors when there is more than one type of
Browse files Browse the repository at this point in the history
currency/commodity involved. #89501


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7571 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
David Hampton committed Nov 30, 2002
1 parent 766d8e1 commit 93ba150
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2002-11-29 David Hampton <[email protected]>

* 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.

Expand Down
2 changes: 1 addition & 1 deletion src/report/standard-reports/transaction.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 93ba150

Please sign in to comment.