Skip to content

Commit

Permalink
Merge pull request #250 from navikt/more_utfall
Browse files Browse the repository at this point in the history
Utfall for BEHANDLING_ETTER_TRYGDERETTEN_OPPHEVET.
  • Loading branch information
oyvind-wedoe authored Sep 18, 2024
2 parents 88529c4 + ae79f69 commit 5a9784a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/kotlin/no/nav/klage/kodeverk/TypeTilUtfall.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ val typeTilUtfall = mapOf(
HEVET,
HENVIST,
),
// Type.BEHANDLING_ETTER_TRYGDERETTEN_OPPHEVET to setOf(
// TRUKKET,
// RETUR,
// OPPHEVET,
// MEDHOLD,
// DELVIS_MEDHOLD,
// STADFESTELSE,
// AVVIST,
// ),
Type.BEHANDLING_ETTER_TRYGDERETTEN_OPPHEVET to setOf(
TRUKKET,
RETUR,
OPPHEVET,
MEDHOLD,
DELVIS_MEDHOLD,
STADFESTELSE,
AVVIST,
),
)

0 comments on commit 5a9784a

Please sign in to comment.