Skip to content
Snippets Groups Projects
Verified Commit 59d170af authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix mark_absent definition.

parent ddf4910f
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ from .models import PersonalNote
@Person.method
def mark_absent(self, day: date, from_period: int = 0, absent: bool = True, bool = False, remarks: str = ''):
def mark_absent(self, day: date, from_period: int = 0, absent: bool = True, excused: bool = False, remarks: str = ''):
""" Mark a person absent for all lessons in a day, optionally starting with
a selected period number.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment