Skip to content

Commit

Permalink
Morsstillingsprsoent øverst
Browse files Browse the repository at this point in the history
  • Loading branch information
espenwaaga committed Jul 5, 2024
1 parent a850198 commit 7b80263
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ private PeriodeAktivitetResultat finnPeriodeAktivitetResultat(OppgittPeriode opp
}

private boolean skalRedusereUtbetalingsgradMedFulleTrekkdagerPgaDelvisGodkjentArbeid(OppgittPeriode oppgittPeriode, AktivitetIdentifikator aktivitet) {
if (oppgittPeriode.erSøktSamtidigUttak() || overlapperMedInnvilgetAnnenpartsPeriode(oppgittPeriode, annenpartUttaksperioder(regelGrunnlag))) {
if (oppgittPeriode.getMorsStillingsprosent() == null) {
return false;
}

if (oppgittPeriode.getMorsStillingsprosent() == null) {
if (oppgittPeriode.erSøktSamtidigUttak() || overlapperMedInnvilgetAnnenpartsPeriode(oppgittPeriode, annenpartUttaksperioder(regelGrunnlag))) {
return false;
}

Expand Down

0 comments on commit 7b80263

Please sign in to comment.