Skip to content

Commit

Permalink
Merge branch 'OY-4799' into MERGE__OY-4799__OY-4780
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Apr 23, 2024
2 parents bc10a0d + 78cff61 commit ae6e85a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,7 @@ class KoskiSuoritusArvosanaParser {
// Filtteröidään neloset
s = s.filterNot(osaSuoritus =>
osaSuoritus.arviointi.exists(a =>
a.arvosana.koodiarvo != "H"
&& Arvio410(a.arvosana.koodiarvo).arvosana.contentEquals("4")
a.isPKValue && Arvio410(a.arvosana.koodiarvo).arvosana.contentEquals("4")
)
)
osasuoritusToArvosana(
Expand Down

0 comments on commit ae6e85a

Please sign in to comment.