From 298724dd93c475e2b730679a66acbcdcd94bbb5e Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Tue, 24 Sep 2019 23:03:27 +0800 Subject: [PATCH] [portfolio] there's no report-currency. use currency. --- gnucash/report/standard-reports/portfolio.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/report/standard-reports/portfolio.scm b/gnucash/report/standard-reports/portfolio.scm index 7e985eb3ca..1aedcf1ef6 100644 --- a/gnucash/report/standard-reports/portfolio.scm +++ b/gnucash/report/standard-reports/portfolio.scm @@ -196,7 +196,7 @@ (if (not (null? accounts)) (let* ((commodity-list (gnc:accounts-get-commodities (gnc:accounts-and-all-descendants accounts) - report-currency)) + currency)) (pricedb (gnc-pricedb-get-db (gnc-get-current-book))) (exchange-fn (gnc:case-exchange-fn price-source currency to-date)) (price-fn