Skip to content

Commit

Permalink
Legg til ny behandlingsårsak IVERKSETTE_KA_VEDTAK for ba og ks
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusTonnessen committed Nov 29, 2024
1 parent 402e4c0 commit 5c885f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ enum class BehandlingÅrsak(val visningsnavn: String) {
SATSENDRING("Satsendring"),
BARNEHAGELISTE("Barnehageliste"),
LOVENDRING_2024("Lovendring 2024"),
IVERKSETTE_KA_VEDTAK("Iverksette KA-vedtak"),
}

enum class Kategori {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ enum class BehandlingÅrsakV2(val visningsnavn: String) {
ENDRE_MIGRERINGSDATO("Endre migreringsdato"),
HELMANUELL_MIGRERING("Manuell migrering"),
MÅNEDLIG_VALUTAJUSTERING("Månedlig valutajustering"),
NY_UTVIDET_KLASSEKODE("Ny utvidet klassekode")
NY_UTVIDET_KLASSEKODE("Ny utvidet klassekode"),
IVERKSETTE_KA_VEDTAK("Iverksette KA-vedtak"),
}

enum class KategoriV2 {
Expand Down

0 comments on commit 5c885f4

Please sign in to comment.