Skip to content

Commit

Permalink
Arbeidsforholdstype for frilans (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
tendestad authored Feb 16, 2021
1 parent 6313c5e commit 0f0d675
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
public enum Arbeidsforholdstype {
ORDINÆRT_ARBEIDSFORHOLD("ordinaertArbeidsforhold"),
MARITIMT_ARBEIDSFORHOLD("maritimtArbeidsforhold"),
FRILANSER_OPPDRAGSTAKER_MED_MER("frilanserOppdragstakerHonorarPersonerMm"),
FORENKLET_OPPGJØRSORDNING("forenkletOppgjoersordning");

private final String kode;
Expand Down

0 comments on commit 0f0d675

Please sign in to comment.