mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-28 18:10:15 +01:00
Merge branch '1.7_branch'
This commit is contained in:
commit
5dd7bb99f9
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ class RecurringTodo < ActiveRecord::Base
|
||||||
case self.target
|
case self.target
|
||||||
when 'due_date'
|
when 'due_date'
|
||||||
return get_next_date(previous)
|
return get_next_date(previous)
|
||||||
when 'show_from'
|
when 'show_from_date'
|
||||||
# so leave due date empty
|
# so leave due date empty
|
||||||
return nil
|
return nil
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue