gnucash unstable: bug 793278 fix
Geert Janssens
gjanssens at code.gnucash.org
Wed Feb 14 12:36:39 EST 2018
Updated via https://github.com/Gnucash/gnucash/commit/044c1720 (commit)
from https://github.com/Gnucash/gnucash/commit/2e3ec992 (commit)
commit 044c1720814b35f80c68a49b50b2f0a2e847dd9e
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Thu Feb 8 21:55:08 2018 +0800
bug 793278 fix
This is caused by commit 766e74096 - min-date was
erroneously thought to mean 'min date of date-list'
but actually meant 'negative infinity date'. This
commit changes date comparison logic to always
return #t when comparing (<= min-date date) for
the first date interval.
Test case also created.
Summary of changes:
gnucash/report/report-system/report-collectors.scm | 5 ++-
.../test/test-generic-category-report.scm | 49 ++++++++++++++++++++++
2 files changed, 52 insertions(+), 2 deletions(-)
More information about the gnucash-patches
mailing list