From 81b20d0a62786811383b8227f8ed476ae909e404 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Mon, 12 Aug 2019 23:22:44 +0800 Subject: [PATCH] [html-acct-table] timepair -> time64 * fix timepair -> time64 - this is technically dead code. --- gnucash/report/report-system/html-acct-table.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/report/report-system/html-acct-table.scm b/gnucash/report/report-system/html-acct-table.scm index e67f9f599f..1cf5a4d635 100644 --- a/gnucash/report/report-system/html-acct-table.scm +++ b/gnucash/report/report-system/html-acct-table.scm @@ -608,7 +608,7 @@ (if (equal? pred #t) gnc:account-code-less-p pred))) (start-date (get-val env 'start-date)) (end-date (or (get-val env 'end-date) - (cons 'absolute (cons (current-time) 0)))) + (gnc:get-today))) (report-commodity (or (get-val env 'report-commodity) (gnc-default-report-currency))) ;; BUG: other code expects a real function here, maybe