mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Koopschulentabelle durch koop-Boolean ersetzt
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user