Set habit.archived

pull/30/head
Alinson S. Xavier 10 years ago
parent 4d4f40cf95
commit 65668cb9e9

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

Loading…
Cancel
Save