Skip to content

Commit

Permalink
Stavefeilfiks
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaslundmark committed Dec 19, 2023
1 parent 0f2845f commit 53f1f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class RefusjonService(
.map { minusbelop -> minusbelop.beløp}
.filterNotNull()
.reduceOrNull{sum, beløp -> sum + beløp}
// Om det er et gammelt minusbeløp, men alle minusbeløp er gjrot opp må refusjonen lastes på ny for å reberegnes
// Om det er et gammelt minusbeløp, men alle minusbeløp er gjort opp må refusjonen lastes på ny for å reberegnes
if (sumMinusbelop != null && sumMinusbelop != 0 && refusjon.refusjonsgrunnlag.forrigeRefusjonMinusBeløp != sumMinusbelop) {
log.info("Arbeidsgiver prøver sende inn en refusjon hvor minusbeløp er gjort opp/endret av annen refusjon $refusjon.id")
throw FeilkodeException(Feilkode.LAST_REFUSJONEN_PÅ_NYTT_REFUSJONSGRUNNLAG_ENDRET)
Expand Down

0 comments on commit 53f1f25

Please sign in to comment.