gnucash unstable: Change portfolio.scm like advanced-portfolio.scm was changed in 9fd53e6.

Mike Alexander mta at code.gnucash.org
Wed Mar 28 01:13:18 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/82f31a5e (commit)
	from  https://github.com/Gnucash/gnucash/commit/5f002595 (commit)



commit 82f31a5e4d531e1106a347b4887b77f3048b8ae4
Author: Mike Alexander <mta at umich.edu>
Date:   Wed Mar 28 01:10:00 2018 -0400

    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.

diff --git a/gnucash/report/standard-reports/portfolio.scm b/gnucash/report/standard-reports/portfolio.scm
index 38f113a..c4faa68 100644
--- a/gnucash/report/standard-reports/portfolio.scm
+++ b/gnucash/report/standard-reports/portfolio.scm
@@ -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



Summary of changes:
 gnucash/report/standard-reports/portfolio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list