Skip to content

Commit

Permalink
Legg på kommentar
Browse files Browse the repository at this point in the history
  • Loading branch information
halvorbmundal committed Jun 12, 2024
1 parent 5ec1a5d commit c4e1070
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,13 @@ abstract class GrBostedsadresse(
}
return mappetAdresse.also {
it.person = person
it.periode = DatoIntervallEntitet(bostedsadresse.angittFlyttedato, bostedsadresse.gyldigTilOgMed)

it.periode =
DatoIntervallEntitet(
// Hvorfor bruker vi ikke bostedsadresse.gyldigFraOgMed her? Tror det er det som brukes i Gosys.
fom = bostedsadresse.angittFlyttedato,
tom = bostedsadresse.gyldigTilOgMed,
)
}
}

Expand Down

0 comments on commit c4e1070

Please sign in to comment.