Skip to content

Commit

Permalink
Sjekk for gjelderBarnReferanse i filtrering av grunnlag (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored Feb 19, 2025
1 parent 52ef374 commit b752ef4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ fun List<BaseGrunnlag>.filtrerBasertPåFremmedReferanse(
.filter {
referanse.isEmpty() ||
it.grunnlagsreferanseListe.contains(referanse) ||
referanse == it.gjelderReferanse
referanse == it.gjelderReferanse ||
referanse == it.gjelderBarnReferanse
}

fun List<BaseGrunnlag>.filtrerBasertPåEgenReferanse(
Expand Down

0 comments on commit b752ef4

Please sign in to comment.