Skip to content

Commit

Permalink
Legger behandlingÅrsakTyper fra klage under streken i (#2636)
Browse files Browse the repository at this point in the history
  • Loading branch information
vebnor authored Sep 23, 2024
1 parent f787571 commit cd813dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ object KodeverkSynlighetRegler {
fun behandlingsårsak(søknadÅrsak: no.nav.k9.klage.kodeverk.behandling.BehandlingÅrsakType): KodeverkSynlighet {
return when (søknadÅrsak) {
no.nav.k9.klage.kodeverk.behandling.BehandlingÅrsakType.UDEFINERT -> KodeverkSynlighet.SKJULT
else -> KodeverkSynlighet.SYNLIG_FAVORITT
else -> KodeverkSynlighet.SYNLIG
}
}

Expand Down

0 comments on commit cd813dc

Please sign in to comment.