Skip to content

Commit

Permalink
Underhold lagre andre barn til BM
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Dec 27, 2024
1 parent e754e25 commit 21e99f2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,11 @@ class ValiderBeregning(
.map { grunnlagSomMåBekreftes ->
MåBekrefteNyeOpplysninger(
grunnlagSomMåBekreftes.type,
rolle = grunnlagSomMåBekreftes.rolle.tilDto(),
rolle =
(grunnlagSomMåBekreftes.type == Grunnlagsdatatype.BARNETILSYN)
.ifTrue {
underholdskostnader.find { u -> u.barnetsRolleIBehandlingen != null }?.barnetsRolleIBehandlingen
}?.tilDto() ?: grunnlagSomMåBekreftes.rolle.tilDto(),
underholdskostnad =
(grunnlagSomMåBekreftes.type == Grunnlagsdatatype.BARNETILSYN).ifTrue {
underholdskostnader.find { u -> u.barnetsRolleIBehandlingen != null }
Expand Down

0 comments on commit 21e99f2

Please sign in to comment.