Skip to content

Commit

Permalink
Tidshendelsene så på feil offset, så vi må kjøre de på nytt for febru…
Browse files Browse the repository at this point in the history
…ar (#6998)
  • Loading branch information
oyvindsh authored Feb 11, 2025
1 parent b414404 commit 3282089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class OmstillingsstoenadService(
JobbType.OMS_DOED_5AAR -> 60
JobbType.OMS_DOED_4MND -> 4
JobbType.OMS_DOED_6MND -> 6
JobbType.OMS_DOED_10MND -> 9
JobbType.OMS_DOED_12MND -> 10
JobbType.OMS_DOED_10MND -> 10
JobbType.OMS_DOED_12MND -> 12
JobbType.OMS_DOED_6MND_INFORMASJON_VARIG_UNNTAK -> 6
else -> throw IllegalArgumentException("Ikke-støttet jobbtype: ${jobb.type}")
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
INSERT INTO jobb (type, kjoeredato, behandlingsmaaned)
VALUES ('OMS_DOED_10MND', '2025-02-11', '2025-02');
INSERT INTO jobb (type, kjoeredato, behandlingsmaaned)
VALUES ('OMS_DOED_12MND', '2025-02-11', '2025-02');

0 comments on commit 3282089

Please sign in to comment.