Skip to content

Commit

Permalink
TSFF-1006: Nye UttakArbeidTyper for at aktivitet skal kunne kompenser…
Browse files Browse the repository at this point in the history
…es full ut når den faller bort

Signed-off-by: inga <inga.kristine.holen@nav.no>
  • Loading branch information
inavga committed Dec 17, 2024
1 parent be6c2da commit 18b7eae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ public enum UttakArbeidType implements Kodeverdi, KontraktKode {
PLEIEPENGER_AV_DAGPENGER("PSB_AV_DP"),
BRUKERS_ANDEL("BA"), // Brukes når søker kun søker uttak for ytelse (PSB)
IKKE_YRKESAKTIV("IKKE_YRKESAKTIV"),
SELVSTENDIG_NÆRINGSDRIVENDE_IKKE_AKTIV("SELVSTENDIG_NÆRINGSDRIVENDE_IKKE_AKTIV"),
FRILANSER_IKKE_AKTIV("FRILANSER_IKKE_AKTIV"),
ANNET("ANNET"),
;

Expand Down

0 comments on commit 18b7eae

Please sign in to comment.