gnucash maint: Bug 798669 - Multicolumn Balance Sheet not printing exchange rates

Christopher Lam clam at code.gnucash.org
Sat Nov 26 23:56:08 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/5dc52459 (commit)
	from  https://github.com/Gnucash/gnucash/commit/8cf13774 (commit)



commit 5dc52459a191ac65dc0fbb29faf796539ddb1df5
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 27 12:54:53 2022 +0800

    Bug 798669 - Multicolumn Balance Sheet not printing exchange rates
    
    include equity accounts in the exchange rate commodities list.

diff --git a/gnucash/report/reports/standard/balsheet-pnl.scm b/gnucash/report/reports/standard/balsheet-pnl.scm
index 95672a900..a1d1aaa66 100644
--- a/gnucash/report/reports/standard/balsheet-pnl.scm
+++ b/gnucash/report/reports/standard/balsheet-pnl.scm
@@ -1116,7 +1116,7 @@ also show overall period profit & loss."))
 
         (if (and common-currency show-rates?)
             (add-to-table multicol-table-right (G_ "Exchange Rates")
-                          asset-liability
+                          (append asset-liability equity-accounts)
                           #:get-col-header-fn get-exchange-rates-fn
                           #:show-accounts? #f
                           #:show-total? #f))



Summary of changes:
 gnucash/report/reports/standard/balsheet-pnl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list