mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
remove silly 'always set the month to january' logic.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15929 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -464,9 +464,6 @@ _fixup_recurrence_start_dates(GDate *sx_start_date, GList *schedule)
|
||||
|
||||
recurrenceNextInstance(r, &start, &next);
|
||||
|
||||
if (recurrenceGetPeriodType(r) == PERIOD_MONTH)
|
||||
g_date_set_month(&next, 1);
|
||||
|
||||
{
|
||||
gchar date_str[128];
|
||||
gchar *sched_str;
|
||||
|
||||
Reference in New Issue
Block a user