Koopschulentabelle durch koop-Boolean ersetzt

This commit is contained in:
2021-08-10 17:53:16 +02:00
parent ea4227d37a
commit f31c4e802f
10 changed files with 318 additions and 434 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from typing import List
def iscoopLk(kurs: List):
for k in kurs:
if k.schueler.stammschule is not None:
if k.schueler.koop:
return True
return False