Skip to content
Snippets Groups Projects
Commit 2b689285 authored by Frank Poetzsch-Heffter's avatar Frank Poetzsch-Heffter
Browse files

page numbering, comment out pdf-merging, sorting absence teachers

parent b7d4e1bc
No related branches found
No related tags found
No related merge requests found
...@@ -307,6 +307,7 @@ def get_header_information(subs, date, events=[]): ...@@ -307,6 +307,7 @@ def get_header_information(subs, date, events=[]):
# Teacher is only missing a part of day # Teacher is only missing a part of day
elements.append( elements.append(
"{} ({}.-{}.)".format(absence.teacher.shortcode, absence.from_lesson, absence.to_lesson)) "{} ({}.-{}.)".format(absence.teacher.shortcode, absence.from_lesson, absence.to_lesson))
elements.sort()
joined = ", ".join(elements) joined = ", ".join(elements)
info.rows.append(("Abwesende Lehrkräfte", joined)) info.rows.append(("Abwesende Lehrkräfte", joined))
......
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