mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TP->T64: gnucash/report/standard-reports/advanced-portfolio.scm
Missed gnc-pricedb-lookup-in-time-any-currency
This commit is contained in:
parent
152959efe4
commit
9fd53e6869
@ -1039,7 +1039,7 @@
|
|||||||
domestic)))
|
domestic)))
|
||||||
((pricedb-nearest)
|
((pricedb-nearest)
|
||||||
(lambda (foreign domestic date)
|
(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)))))
|
pricedb foreign (time64CanonicalDayTime date)) domestic)))))
|
||||||
(headercols (list (_ "Account")))
|
(headercols (list (_ "Account")))
|
||||||
(totalscols (list (gnc:make-html-table-cell/markup "total-label-cell" (_ "Total"))))
|
(totalscols (list (gnc:make-html-table-cell/markup "total-label-cell" (_ "Total"))))
|
||||||
|
Loading…
Reference in New Issue
Block a user