Skip to content

Commit

Permalink
Simulering av tilkommet inntekt skal ikkje kreve at dato for nye regl…
Browse files Browse the repository at this point in the history
…er er satt (#539)
  • Loading branch information
espenjv authored Sep 2, 2024
1 parent 892909f commit 54e7dd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public List<ReduksjonVedGradering> simulerGraderingMotInntekt(Beregningsgrunnlag
}

public List<Intervall> finnTilkommetAktivitetPerioder(BeregningsgrunnlagInput beregningsgrunnlagInput) {
if (!(beregningsgrunnlagInput.getYtelsespesifiktGrunnlag() instanceof UtbetalingsgradGrunnlag utbetalingsgradGrunnlag) || utbetalingsgradGrunnlag.getTilkommetInntektHensyntasFom().isEmpty()) {
if (!(beregningsgrunnlagInput.getYtelsespesifiktGrunnlag() instanceof UtbetalingsgradGrunnlag utbetalingsgradGrunnlag)) {
return Collections.emptyList();
}
var tilkommetTidslinje = TilkommetInntektsforholdTjeneste.finnTilkommetInntektsforholdTidslinje(
Expand Down

0 comments on commit 54e7dd3

Please sign in to comment.