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:
christopherlam 2017-06-04 12:26:46 +08:00 committed by GitHub
parent 881a39d2eb
commit 385ca0c324

View File

@ -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))