Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brevhåndtering for omregning #6275

Merged
merged 12 commits into from
Nov 13, 2024
Merged

Brevhåndtering for omregning #6275

merged 12 commits into from
Nov 13, 2024

Conversation

Bjodn
Copy link
Contributor

@Bjodn Bjodn commented Nov 8, 2024

No description provided.

@Bjodn Bjodn force-pushed the inntektjobb-brev-river branch 6 times, most recently from cdead50 to 0b0a24e Compare November 12, 2024 13:07
@Bjodn Bjodn force-pushed the inntektjobb-brev-river branch 2 times, most recently from b072a6f to 7340392 Compare November 12, 2024 13:38
@Bjodn Bjodn force-pushed the inntektjobb-brev-river branch 3 times, most recently from f23b3cd to a0b4e9a Compare November 13, 2024 08:35
@Bjodn Bjodn force-pushed the inntektjobb-brev-river branch from a0b4e9a to 0fbb264 Compare November 13, 2024 08:47
@Bjodn Bjodn marked this pull request as ready for review November 13, 2024 08:49
@Bjodn Bjodn requested a review from a team as a code owner November 13, 2024 08:49
}

UtbetalingVerifikasjon.SIMULERING -> vedtakOgBrev(sakId, behandlingId, revurderingaarsak, false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sikkert slenge på if(skalSendeBrev)

@Bjodn Bjodn merged commit 95e03cd into main Nov 13, 2024
@Bjodn Bjodn deleted the inntektjobb-brev-river branch November 13, 2024 08:53
@@ -28,7 +32,10 @@ class BehandlingInfoService(
behandlingService.hentBehandling(behandlingId)
?: throw GenerellIkkeFunnetException()

sjekkBehandlingKanEndres(behandling, opphoer)
logger.info("Behandling $behandlingId årsak ${behandling.revurderingsaarsak()}")
if (behandling.revurderingsaarsak()?.name != Revurderingaarsak.AARLIG_INNTEKTSJUSTERING.name) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hvorfor sammenligner du ikke enum-verdien?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants