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 c7ab0d2 commit e754e25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class ValiderBeregning(
rolle = grunnlagSomMåBekreftes.rolle.tilDto(),
underholdskostnad =
(grunnlagSomMåBekreftes.type == Grunnlagsdatatype.BARNETILSYN).ifTrue {
underholdskostnader.find { u -> u.person.ident == grunnlagSomMåBekreftes.rolle.ident }
underholdskostnader.find { u -> u.barnetsRolleIBehandlingen != null }
},
husstandsmedlem =
(grunnlagSomMåBekreftes.type == Grunnlagsdatatype.BOFORHOLD).ifTrue {
Expand Down

0 comments on commit e754e25

Please sign in to comment.