TP->T64: gnucash/report/standard-reports/advanced-portfolio.scm

Missed gnc-pricedb-lookup-in-time-any-currency
This commit is contained in:
Christopher Lam 2018-01-03 05:54:45 +11:00
parent 152959efe4
commit 9fd53e6869

View File

@ -1039,7 +1039,7 @@
domestic)))
((pricedb-nearest)
(lambda (foreign domestic date)
(find-price (gnc-pricedb-lookup-nearest-in-time-any-currency
(find-price (gnc-pricedb-lookup-nearest-in-time-any-currency-t64
pricedb foreign (time64CanonicalDayTime date)) domestic)))))
(headercols (list (_ "Account")))
(totalscols (list (gnc:make-html-table-cell/markup "total-label-cell" (_ "Total"))))