Skip to content

Commit

Permalink
Ny dato for tilkommet aktivitet
Browse files Browse the repository at this point in the history
  • Loading branch information
espenjv committed Aug 19, 2024
1 parent e8ffb35 commit 2d0ec9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
public class TilkommetInntektPeriodeTjeneste {

/**
* Det er bestemt at gradering mot inntekt ved tilkommet aktivitet skal gjelde perioder fom 6.11.2023.
* Det er bestemt at gradering mot inntekt ved tilkommet aktivitet skal gjelde perioder fom 4.11.2024.
*/
public static final LocalDate FOM_DATO_GRADERING_MOT_INNTEKT = LocalDate.of(2023, 11, 6);
public static final LocalDate FOM_DATO_GRADERING_MOT_INNTEKT = LocalDate.of(2024, 11, 4);

public BeregningsgrunnlagDto splittPerioderVedTilkommetInntekt(BeregningsgrunnlagInput input, BeregningsgrunnlagDto beregningsgrunnlag) {
if (!(input.getYtelsespesifiktGrunnlag() instanceof UtbetalingsgradGrunnlag ytelseGrunnlag)) {
Expand Down

0 comments on commit 2d0ec9a

Please sign in to comment.