mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[html-acct-table] timepair -> time64
* fix timepair -> time64 - this is technically dead code.
This commit is contained in:
parent
0c3f460e9f
commit
81b20d0a62
@ -608,7 +608,7 @@
|
|||||||
(if (equal? pred #t) gnc:account-code-less-p pred)))
|
(if (equal? pred #t) gnc:account-code-less-p pred)))
|
||||||
(start-date (get-val env 'start-date))
|
(start-date (get-val env 'start-date))
|
||||||
(end-date (or (get-val env 'end-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)
|
(report-commodity (or (get-val env 'report-commodity)
|
||||||
(gnc-default-report-currency)))
|
(gnc-default-report-currency)))
|
||||||
;; BUG: other code expects a real function here, maybe
|
;; BUG: other code expects a real function here, maybe
|
||||||
|
Loading…
Reference in New Issue
Block a user