mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
8833c3ddac
commit
3dafe87879
@ -174,7 +174,7 @@
|
|||||||
;; printed. If reverse-balance? == #t then the balance's signs get
|
;; printed. If reverse-balance? == #t then the balance's signs get
|
||||||
;; reversed.
|
;; reversed.
|
||||||
(define (gnc:html-acct-table-comm-row-helper!
|
(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
|
current-depth my-name my-commodity balance
|
||||||
reverse-balance? is-stock-account? boldface? group-header-line?)
|
reverse-balance? is-stock-account? boldface? group-header-line?)
|
||||||
;; Adds one row to the table. my-name is the html-object
|
;; Adds one row to the table. my-name is the html-object
|
||||||
@ -397,7 +397,7 @@
|
|||||||
current-depth my-name my-commodity balance
|
current-depth my-name my-commodity balance
|
||||||
reverse-balance? is-stock-account? boldface? group-header-line?)
|
reverse-balance? is-stock-account? boldface? group-header-line?)
|
||||||
(gnc:html-acct-table-comm-row-helper!
|
(gnc:html-acct-table-comm-row-helper!
|
||||||
table tree-depth
|
table tree-depth report-commodity exchange-fn
|
||||||
current-depth my-name my-commodity balance
|
current-depth my-name my-commodity balance
|
||||||
reverse-balance? is-stock-account? boldface? group-header-line?))
|
reverse-balance? is-stock-account? boldface? group-header-line?))
|
||||||
|
|
||||||
|
@ -174,9 +174,9 @@
|
|||||||
(define (add-subtotal-line table label balance)
|
(define (add-subtotal-line table label balance)
|
||||||
(if show-fcur?
|
(if show-fcur?
|
||||||
(gnc:html-acct-table-comm-row-helper!
|
(gnc:html-acct-table-comm-row-helper!
|
||||||
table tree-depth 1 label
|
table tree-depth report-currency exchange-fn
|
||||||
report-currency (gnc:sum-collector-stocks
|
1 label report-currency
|
||||||
balance report-currency exchange-fn)
|
(gnc:sum-collector-stocks balance report-currency exchange-fn)
|
||||||
#f #f #t #f)
|
#f #f #t #f)
|
||||||
(gnc:html-acct-table-row-helper!
|
(gnc:html-acct-table-row-helper!
|
||||||
table tree-depth 1 label
|
table tree-depth 1 label
|
||||||
|
Loading…
Reference in New Issue
Block a user