Skip to content

Commit

Permalink
Bruk saksbehandlers vurdering av retten til verneplikt
Browse files Browse the repository at this point in the history
Co-authored-by: Eivind Havnelid Røyrvik <[email protected]>
Co-authored-by: Sindre Sægrov <[email protected]>
  • Loading branch information
3 people committed Jan 15, 2025
1 parent 704bcd9 commit 3d210ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Verneplikt {
val harKrav = it.har(kravPåDagpenger) && it.finnOpplysning(kravPåDagpenger).verdi

if (harKrav) {
it.finnOpplysning(avtjentVerneplikt).verdi == false
it.finnOpplysning(oppfyllerKravetTilVerneplikt).verdi == false
} else {
true
}
Expand Down

0 comments on commit 3d210ab

Please sign in to comment.