Skip to content

Commit

Permalink
nurLKs als Grundkurs verstecken
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrich26 authored Nov 23, 2023
1 parent b2ef2ed commit 873ab25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/gui/GrundkursWahl.kt
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class GrundkursWahl(wahlData: KurswahlData, fachData: FachData, notifier: (Boole
if (!fach.isKurs
|| fach.isFremdsprache && fach !in fs
|| !fach.checkKlasse(wahlData.klasse)
|| fach.nurLk && fach !in fachData.lks
|| fach.nurLk && fach !in wahlData.lks
) continue

// Unterteilung anhand des Aufgabenfelds vornehmen, neue Überschriften hinzufügen
Expand Down

0 comments on commit 873ab25

Please sign in to comment.