mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 776396 Further Fix
This commit will further improve the styling of the table element used for foreign currencies in any report with foreign currencies or stocks. Adds non-breaking space between foreign currency/stock and report currency.
This commit is contained in:
parent
881a39d2eb
commit
385ca0c324
@ -1156,6 +1156,7 @@
|
||||
;; add the account balance in the respective commodity
|
||||
(gnc:make-html-table-cell/markup
|
||||
"number-cell" bal)
|
||||
" "
|
||||
;; add the account balance in the report commodity
|
||||
(gnc:make-html-table-cell/markup
|
||||
"number-cell" (exchange-fn bal report-commodity))
|
||||
|
Loading…
Reference in New Issue
Block a user