Skip to content

Commit

Permalink
TFP-3273 Vi skal allid vise brutto beregnet årsinntekt på svp innvilg…
Browse files Browse the repository at this point in the history
…else brev under avsnittet "Inntekt vi har brukt i beregningen", ikke avkortet
  • Loading branch information
AnjaAalerud committed Oct 26, 2023
1 parent bec421e commit 8091854
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,8 @@ public static Frilanser mapFrilanser(Beregningsgrunnlag beregningsgrunnlag) {
return resultat;
}

// Spesielt for SVP: avkortetPerÅr gir faktisk beregningsgrunnlag for alle arbeidsforhold, og ikke bare arbeidsforholdet det søkes om
public static BigDecimal getAvkortetPrÅrSVP(Beregningsgrunnlag beregningsgrunnlag) {
return finnFørstePeriode(beregningsgrunnlag).getAvkortetPrÅr();
return finnFørstePeriode(beregningsgrunnlag).getBruttoPrÅr();
}

public static boolean erMilitærSivil(Beregningsgrunnlag beregningsgrunnlag) {
Expand Down

0 comments on commit 8091854

Please sign in to comment.