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:
@@ -196,7 +196,7 @@
|
|||||||
(if (not (null? accounts))
|
(if (not (null? accounts))
|
||||||
(let* ((commodity-list (gnc:accounts-get-commodities
|
(let* ((commodity-list (gnc:accounts-get-commodities
|
||||||
(gnc:accounts-and-all-descendants accounts)
|
(gnc:accounts-and-all-descendants accounts)
|
||||||
report-currency))
|
currency))
|
||||||
(pricedb (gnc-pricedb-get-db (gnc-get-current-book)))
|
(pricedb (gnc-pricedb-get-db (gnc-get-current-book)))
|
||||||
(exchange-fn (gnc:case-exchange-fn price-source currency to-date))
|
(exchange-fn (gnc:case-exchange-fn price-source currency to-date))
|
||||||
(price-fn
|
(price-fn
|
||||||
|
|||||||
Reference in New Issue
Block a user