Skip to content

Commit

Permalink
Ny resultatkode privat avtale (#130)
Browse files Browse the repository at this point in the history
* Legg til resultatkode PRIVAT_AVTALE

* Legg til resultatkode PRIVAT_AVTALE
  • Loading branch information
ugur93 authored May 13, 2024
1 parent 7df3980 commit fd1da0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ enum class Resultatkode(val legacyKode: String, vararg val type: ResultatkodeTyp
PÅ_GRUNN_AV_SAMMENFLYTTING("OSA", ResultatkodeType.OPPHØR),
OPPHOLD_I_UTLANDET("OUT", ResultatkodeType.OPPHØR),
UTENLANDSK_YTELSE("OUY", ResultatkodeType.OPPHØR),
OPPHØR_PRIVAT_AVTALE("OPA", ResultatkodeType.OPPHØR),

;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ OPPHOLD_I_UTLANDET:

UTENLANDSK_YTELSE:
intern: "Utenlandsk ytelse"

OPPHØR_PRIVAT_AVTALE:
intern: "Opphør, privat avtale"

0 comments on commit fd1da0f

Please sign in to comment.