mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change portfolio.scm like advanced-portfolio.scm was changed in 9fd53e6
.
It needs to use the t64 version of gnc-pricedb-lookup-nearest-in-time-any-currency.
This commit is contained in:
parent
5f0025954f
commit
82f31a5e4d
@ -232,7 +232,7 @@
|
||||
((pricedb-nearest)
|
||||
(lambda (foreign date)
|
||||
(let* ((price
|
||||
(gnc-pricedb-lookup-nearest-in-time-any-currency
|
||||
(gnc-pricedb-lookup-nearest-in-time-any-currency-t64
|
||||
pricedb foreign (time64CanonicalDayTime date)))
|
||||
(fn (if (and price (> (length price) 0))
|
||||
(let* ((the_price
|
||||
|
Loading…
Reference in New Issue
Block a user