[html-acct-table] timepair -> time64

* fix timepair -> time64 - this is technically dead code.
This commit is contained in:
Christopher Lam 2019-08-12 23:22:44 +08:00
parent 0c3f460e9f
commit 81b20d0a62

View File

@ -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