Skip to content

Commit

Permalink
Fjerner inntekt to år logikk for opphør midlertidig (#6668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjodn authored Dec 20, 2024
1 parent 1039ac4 commit 64018e2
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ export const Avkorting = ({

const virkAar = new Date(virkningstidspunkt(behandling).dato).getFullYear()

const skalHaInntektNesteAar =
behandling.behandlingType === IBehandlingsType.FØRSTEGANGSBEHANDLING &&
virkAar === 2024 && // TODO Midlertidig til vi får en bedre løsning på hele avkorting frontend....EY-4632
(behandling.viderefoertOpphoer == null || new Date(behandling.viderefoertOpphoer.dato) > new Date('2025-01-01'))
const skalHaInntektNesteAar = behandling.behandlingType === IBehandlingsType.FØRSTEGANGSBEHANDLING && virkAar === 2024 // TODO Midlertidig til vi får en bedre løsning på hele avkorting frontend....EY-4632
// && (behandling.viderefoertOpphoer == null || new Date(behandling.viderefoertOpphoer.dato) > new Date('2025-01-01')) TODO Fjerner midlertidig

const klarForBrevutfall = () => {
if (avkorting == undefined) {
Expand Down

0 comments on commit 64018e2

Please sign in to comment.