From 2b689285232cae4322441e12d90ebcae6a469dee Mon Sep 17 00:00:00 2001
From: Frank Poetzsch-Heffter <p-h@katharineum.de>
Date: Sat, 5 Oct 2019 11:37:49 +0200
Subject: [PATCH] page numbering, comment out pdf-merging, sorting absence
 teachers

---
 biscuit/apps/untis/sub.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/biscuit/apps/untis/sub.py b/biscuit/apps/untis/sub.py
index 6cfffc9..017fed6 100644
--- a/biscuit/apps/untis/sub.py
+++ b/biscuit/apps/untis/sub.py
@@ -307,6 +307,7 @@ def get_header_information(subs, date, events=[]):
                 # Teacher is only missing a part of day
                 elements.append(
                     "{} ({}.-{}.)".format(absence.teacher.shortcode, absence.from_lesson, absence.to_lesson))
+        elements.sort()
         joined = ", ".join(elements)
 
         info.rows.append(("Abwesende Lehrkräfte", joined))
-- 
GitLab