mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Merge branch 'maint-bugfix-report-collectors' of https://github.com/christopherlam/gnucash into maint
This commit is contained in:
commit
4f3879df86
@ -155,7 +155,7 @@
|
||||
(list min-date max-date datepairs)))
|
||||
|
||||
(define (category-report-dates-accumulate dates)
|
||||
(let* ((min-date (gnc:secs->timepair 0))
|
||||
(let* ((min-date (decdate (car (list-min-max dates gnc:timepair-lt)) DayDelta))
|
||||
(max-date (cdr (list-min-max dates gnc:timepair-lt)))
|
||||
(datepairs (reverse! (cdr (fold (lambda (next acc)
|
||||
(let ((prev (car acc))
|
||||
|
Loading…
Reference in New Issue
Block a user