-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
POFIM-169 Fjernet at vi oppretter oppgave for arbeidsgiverinitierte i…
…nntektsmeldinger, og lagt til ny lukke status for å kunne indentifisere inntektsmeldinger av denne typen.
- Loading branch information
1 parent
bf6c085
commit 29838b3
Showing
6 changed files
with
35 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
src/main/java/no/nav/familie/inntektsmelding/forespørsel/tjenester/LukkeÅrsak.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
package no.nav.familie.inntektsmelding.forespørsel.tjenester; | ||
|
||
public enum LukkeÅrsak { | ||
EKSTERN_INNSENDING, ORDINÆR_INNSENDING, UTGÅTT | ||
EKSTERN_INNSENDING, | ||
ORDINÆR_INNSENDING, | ||
ARBEIDSGIVERINITIERT_INNSENDING, | ||
UTGÅTT | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters