gnucash maint: Bug 776396 Further Fix

Geert Janssens gjanssens at code.gnucash.org
Wed Jun 14 12:27:47 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/385ca0c3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/881a39d2 (commit)



commit 385ca0c3240bfc2ab6cc7eb329052e3acc2c0e45
Author: christopherlam <christopher.lck at gmail.com>
Date:   Sun Jun 4 12:26:46 2017 +0800

    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.

diff --git a/src/report/report-system/html-acct-table.scm b/src/report/report-system/html-acct-table.scm
index cc20edd..a9eed6a 100644
--- a/src/report/report-system/html-acct-table.scm
+++ b/src/report/report-system/html-acct-table.scm
@@ -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))



Summary of changes:
 src/report/report-system/html-acct-table.scm | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list