gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Dec 18 08:31:10 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/e3bef5fd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9dc06a2f (commit)
	from  https://github.com/Gnucash/gnucash/commit/321278f9 (commit)



commit e3bef5fdc3abddb2cb6c6913e6a2f43375db0ef4
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed Dec 17 18:51:39 2014 +0100

    Fix lot scrubbing for business lots
    
    When adding splits to such a lot the code was supposed to
    reduce splits in the same transaction and the same lot to
    one single split. This is to avoid infinite fragmentation
    over time.
    That reduction wasn't working for business lots and should
    be fixed with this commit.
    This is also a potential fix for bug https://bugzilla.gnome.org/show_bug.cgi?id=741418
    which could very well be a report of such infinite fragmentation.

commit 9dc06a2f24051b153d68b0481a3619c331a5dc1e
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed Dec 17 18:46:54 2014 +0100

    Improve comment for gncOwnerAutoApplyPaymentsWithLots
    
    It was no longer accurate



Summary of changes:
 src/engine/Scrub2.c   | 27 +++++++++++++++------------
 src/engine/gncOwner.c |  7 +++++--
 2 files changed, 20 insertions(+), 14 deletions(-)



More information about the gnucash-patches mailing list