Christian Stimming's patch fixing the 'show foreign currency' option

handling.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3980 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-04-16 08:08:05 +00:00
parent 8833c3ddac
commit 3dafe87879
2 changed files with 5 additions and 5 deletions

View File

@ -174,7 +174,7 @@
;; printed. If reverse-balance? == #t then the balance's signs get
;; reversed.
(define (gnc:html-acct-table-comm-row-helper!
table tree-depth
table tree-depth report-commodity exchange-fn
current-depth my-name my-commodity balance
reverse-balance? is-stock-account? boldface? group-header-line?)
;; Adds one row to the table. my-name is the html-object
@ -397,7 +397,7 @@
current-depth my-name my-commodity balance
reverse-balance? is-stock-account? boldface? group-header-line?)
(gnc:html-acct-table-comm-row-helper!
table tree-depth
table tree-depth report-commodity exchange-fn
current-depth my-name my-commodity balance
reverse-balance? is-stock-account? boldface? group-header-line?))

View File

@ -174,9 +174,9 @@
(define (add-subtotal-line table label balance)
(if show-fcur?
(gnc:html-acct-table-comm-row-helper!
table tree-depth 1 label
report-currency (gnc:sum-collector-stocks
balance report-currency exchange-fn)
table tree-depth report-currency exchange-fn
1 label report-currency
(gnc:sum-collector-stocks balance report-currency exchange-fn)
#f #f #t #f)
(gnc:html-acct-table-row-helper!
table tree-depth 1 label