Skip to content

Commit

Permalink
Bruk personer og ikke søkerOgBarn når vi ser på andeler på person…
Browse files Browse the repository at this point in the history
  • Loading branch information
halvorbmundal authored Oct 11, 2023
1 parent 1dfeeea commit 8e4e8ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fun Collection<AndelTilkjentYtelseMedEndreteUtbetalinger>.lagUtbetalingsperiodeD
): List<UtbetalingsperiodeDetalj> =
this.map { andel ->
val personForAndel =
personopplysningGrunnlag.søkerOgBarn.find { person -> andel.aktør == person.aktør }
personopplysningGrunnlag.personer.find { person -> andel.aktør == person.aktør }
?: throw IllegalStateException("Fant ikke personopplysningsgrunnlag for andel")

UtbetalingsperiodeDetalj(
Expand Down

0 comments on commit 8e4e8ce

Please sign in to comment.