Skip to content

Commit

Permalink
Kommentar om at logikk er hentet fra pesys
Browse files Browse the repository at this point in the history
  • Loading branch information
emilps committed Dec 5, 2024
1 parent d1f5553 commit bb6428c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ object UtlandMapper {
val gyldighetsdato: LocalDate? = innflytting.folkeregistermetadata?.gyldighetstidspunkt?.toLocalDate()
val ajourholdsdato: LocalDate? = innflytting.folkeregistermetadata?.ajourholdstidspunkt?.toLocalDate()

// Logikk for å finne innvandretDato er hentet fra Pesys
val innvandretDato =
if (gyldighetsdato != null) {
val angittFlyttedato =
Expand Down

0 comments on commit bb6428c

Please sign in to comment.