Skip to content

Commit

Permalink
Grov logging av hvor mange potensielle saker til innvilgelse
Browse files Browse the repository at this point in the history
Co-authored-by: Tonje Mjøvik Myran <[email protected]>
Co-authored-by: Geir André Lund <[email protected]>
Co-authored-by: Richard Andre Martinsen <[email protected]>
Co-authored-by: Eivind Havnelid Røyrvik <[email protected]>
Co-authored-by: Mette Wendy Lindberg Gulbrandsen <[email protected]>
  • Loading branch information
6 people committed Oct 10, 2024
1 parent b5faa12 commit 0ecc31d
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@ internal class SøknadsdataMottak(
| avsluttedeArbeidsforhold=${avsluttetArbeidsforhold().isEmpty()}
| rutingoppslag=${this.javaClass.simpleName}
""".trimMargin()
}

if (!avtjentVerneplikt() &&
!harBarn() &&
!eøsArbeidsforhold() &&
!eøsBostedsland() &&
!harAndreYtelser() &&
avsluttetArbeidsforhold().size == 1 &&
(
avsluttetArbeidsforhold().single().sluttårsak == SAGT_OPP_AV_ARBEIDSGIVER ||
avsluttetArbeidsforhold().single().sluttårsak == KONTRAKT_UTGAATT
)
) {
logg.info { "Søknad er en mulig case for innvilgelse." }
if (!avtjentVerneplikt() &&
!harBarn() &&
!eøsArbeidsforhold() &&
!eøsBostedsland() &&
!harAndreYtelser() &&
avsluttetArbeidsforhold().size == 1 &&
(
avsluttetArbeidsforhold().single().sluttårsak == SAGT_OPP_AV_ARBEIDSGIVER ||
avsluttetArbeidsforhold().single().sluttårsak == KONTRAKT_UTGAATT
)
) {
logg.info { "Søknad er en mulig case for innvilgelse." }
}
}
}
}
Expand Down

0 comments on commit 0ecc31d

Please sign in to comment.