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 24, 2024
1 parent 5b2ae2e commit 406dc3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class Dtomapper(
return PersoninfoDto(
id = id,
ident = rolle?.ident?.let { Personident(it) } ?: this.ident?.let { Personident(it) },
navn = hentPersonVisningsnavn(personinfo?.navn) ?: this.navn,
navn = hentPersonVisningsnavn(personinfo?.ident?.verdi) ?: this.navn,
fødselsdato = personinfo?.fødselsdato ?: this.fødselsdato,
kilde = kilde,
medIBehandlingen = rolle?.ident != null,
Expand Down

0 comments on commit 406dc3c

Please sign in to comment.