Skip to content

Commit

Permalink
Fatte vedtak utsett innkreving
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Dec 11, 2024
1 parent 41f604d commit 4451e0e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ private fun Behandling.overskriveBearbeidaBarnetilsynsgrunnlag(

grunnlagSomSkalOverskrives.find { it.gjelder == gjelder }?.let {
it.data = tilJson(perioder)
it.aktiv = LocalDateTime.now()
if (overskriveAktiverte) {
it.aktiv = LocalDateTime.now()
}
}
}

Expand Down

0 comments on commit 4451e0e

Please sign in to comment.