Skip to content

Commit

Permalink
Gi mer info om behandling (#4120)
Browse files Browse the repository at this point in the history
### 💰 Hva skal gjøres, og hvorfor?
Feilmeldingen vi har 👇 nå gir oss ikke så mye å gå på. Gir med litt mer
info.

![image](https://github.com/navikt/familie-ba-sak/assets/17828446/98de6521-9bc2-42fa-9264-cc231814cbeb)
  • Loading branch information
halvorbmundal authored Oct 25, 2023
1 parent 7596776 commit a9feff8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class BehandlingsresultatSteg(

override fun postValiderSteg(behandling: Behandling) {
if (behandling.opprettetÅrsak.erOmregningsårsak() && behandling.resultat != FORTSATT_INNVILGET) {
throw Feil("Behandling ${behandling.id} er omregningssak men er ikke fortsatt innvilget.")
throw Feil("Behandling $behandling er omregningssak men er ikke fortsatt innvilget.")
}
}

Expand Down

0 comments on commit a9feff8

Please sign in to comment.