-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SVP: støtt avtalte ferieperioder fra søknad TFP-5853 (#6743)
- Loading branch information
Showing
14 changed files
with
208 additions
and
65 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
6 changes: 6 additions & 0 deletions
6
...va/no/nav/foreldrepenger/behandlingslager/behandling/tilrettelegging/SvpOppholdKilde.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package no.nav.foreldrepenger.behandlingslager.behandling.tilrettelegging; | ||
|
||
public enum SvpOppholdKilde { | ||
SØKNAD, | ||
REGISTRERT_AV_SAKSBEHANDLER | ||
} |
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
4 changes: 4 additions & 0 deletions
4
...nger/src/main/resources/db/migration/defaultDS/4.1/V4.1_32__TFP-5853-svpopphold-kilde.sql
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ALTER TABLE SVP_AVKLART_OPPHOLD | ||
ADD SVP_OPPHOLD_KILDE VARCHAR2(50 char); | ||
|
||
COMMENT ON COLUMN SVP_AVKLART_OPPHOLD.SVP_OPPHOLD_KILDE IS 'Kilde til registreringen'; |
Oops, something went wrong.