Bug repeating monthly recurring todos

This commit is contained in:
Ian Young 2013-09-14 00:09:00 -07:00
parent eaa66be698
commit a6c32889ce
2 changed files with 39 additions and 1 deletions

View file

@ -489,7 +489,7 @@ class RecurringTodo < ActiveRecord::Base
case self.recurrence_selector
when 0 # specific day of the month
if start.mday > day
if start.mday >= day
# there is no next day n in this month, search in next month
#
# start += n.months