Set habit.archived

This commit is contained in:
2016-02-13 23:51:24 -05:00
parent 4d4f40cf95
commit 65668cb9e9

View File

@@ -180,6 +180,7 @@ public class Habit extends Model
this.reminder_hour = model.reminder_hour;
this.reminder_min = model.reminder_min;
this.highlight = model.highlight;
this.archived = model.archived;
}
public void save(Long id)