mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[portfolio] there's no report-currency. use currency.
This commit is contained in:
parent
ee260d8e3a
commit
298724dd93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user