Skip to content

Commit

Permalink
Legger til type for Søknadsfelt for personident og adresse i utland f…
Browse files Browse the repository at this point in the history
…or at feltene skal kunne bli generert i soknadspdf
  • Loading branch information
throndi committed Feb 27, 2024
1 parent f7ad7eb commit 2ee743a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ data class Utenlandsopphold(
val tildato: Søknadsfelt<LocalDate>,
val land: Søknadsfelt<String>? = null,
val årsakUtenlandsopphold: Søknadsfelt<String>,
val personidentUtland: String? = null,
val adresseUtland: String? = null,
val personidentUtland: Søknadsfelt<String>? = null,
val adresseUtland: Søknadsfelt<String>? = null,
)

0 comments on commit 2ee743a

Please sign in to comment.