gnucash maint: Bug 778208 - Scheduling 2nd, 3rd or 4th Wed doesn't seem to work.

John Ralls jralls at code.gnucash.org
Tue Mar 21 13:35:47 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/70a97ee0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7e65496a (commit)



commit 70a97ee03d46df6e7707b6319851403592023bb9
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Mar 21 10:29:17 2017 -0700

    Bug 778208 - Scheduling 2nd, 3rd or 4th Wed doesn't seem to work.
    
    Remove incorrect week adjustments for determining n for nth weekday
    from a recurrence date when day % 7 == 0. Adjustment is only needed
    in nth_weekday_compare because that function then adds 7 to the result.



Summary of changes:
 src/engine/Recurrence.c         | 2 --
 src/gnome-utils/gnc-frequency.c | 2 --
 2 files changed, 4 deletions(-)



More information about the gnucash-patches mailing list