Skip to content

Commit

Permalink
Feilfiks lesemodus vedtak bidrag
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Dec 3, 2024
1 parent b823e26 commit cb760c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class VedtakTilBehandlingMapping(
Underholdskostnad(
id = index.toLong(),
behandling = behandling,
person = Person(ident = rolle.ident!!, rolle = mutableSetOf(rolle)),
person = Person(id = index.toLong(), ident = rolle.ident!!, rolle = mutableSetOf(rolle)),
)
} else {
underholdService.oppretteUnderholdskostnad(behandling, BarnDto(personident = Personident(rolle.ident!!)))
Expand Down Expand Up @@ -296,6 +296,7 @@ class VedtakTilBehandlingMapping(
behandling = behandling,
person =
Person(
id = 1,
ident = gjelderBarn.ident?.verdi,
navn = gjelderBarn.navn,
fødselsdato = gjelderBarn.fødselsdato,
Expand Down

0 comments on commit cb760c7

Please sign in to comment.