Skip to content

Commit

Permalink
revert feilsjekk for beregning
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Dec 18, 2024
1 parent 0bf730b commit 76b77be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class Refusjon(
if (this.måTaStillingTilInntekter() && !this.harTattStillingTilAlleInntektslinjer()) {
throw FeilkodeException(Feilkode.IKKE_TATT_STILLING_TIL_ALLE_INNTEKTSLINJER)
}
if (refusjonsgrunnlag.beregning == null && refusjonsgrunnlag.tilskuddsgrunnlag.tiltakstype != Tiltakstype.VTAO) {
if (refusjonsgrunnlag.beregning == null) {
throw FeilkodeException(Feilkode.INGEN_BEREGNING)
}
godkjentAvArbeidsgiver = Now.instant()
Expand Down

0 comments on commit 76b77be

Please sign in to comment.