Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
cdelerue committed Dec 2, 2018
1 parent 795c720 commit fcd2d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel_inscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def OnMode_5_5(self, _):
history.Append(None)
for line in self.planning_panel.lines:
for debut, fin in database.creche.GetPlagesOuvertureArray():
line.set_activity(debut, fin, 0)
line.set_activity(debut, fin, database.creche.states[MODE_PRESENCE])
self.UpdateContents()

def OnMondayCopy(self, _):
Expand Down

0 comments on commit fcd2d84

Please sign in to comment.