Skip to content

Commit

Permalink
Legg til årsakskode FRA_MÅNEDEN_ETTER_I_PÅVENTE_AV_BIDRAGSSAK (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored May 21, 2024
1 parent 52bd89e commit 26a8c66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ enum class VirkningstidspunktÅrsakstype(val legacyKode: String) {
TIDLIGERE_FEILAKTIG_AVSLAG("PF"),
TRE_MÅNEDER_TILBAKE("EF"),
TRE_ÅRS_REGELEN("FF"),
FRA_MÅNEDEN_ETTER_I_PÅVENTE_AV_BIDRAGSSAK("LF"),
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ TRE_MÅNEDER_TILBAKE:
intern: "Tre måneder tilbake"

TRE_ÅRS_REGELEN:
intern: "Tre års regelen"
intern: "Tre års regelen"

FRA_MÅNEDEN_ETTER_I_PÅVENTE_AV_BIDRAGSSAK:
intern: "Fra måneden etter i påvente av bidragssak"

0 comments on commit 26a8c66

Please sign in to comment.