Skip to content

Commit

Permalink
Ikke valider bidrag i lesemodus
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Dec 2, 2024
1 parent c228bb8 commit a645c6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class VedtakTilBehandlingMapping(
): MutableSet<Samvær> =
filtrerBasertPåEgenReferanse(
Grunnlagstype.SAMVÆRSPERIODE,
).groupBy { it.gjelderReferanse }
).groupBy { it.gjelderBarnReferanse }
.map { (gjelderReferanse, perioder) ->
val person = hentPersonMedReferanse(gjelderReferanse)!!
val samvær =
Expand Down

0 comments on commit a645c6f

Please sign in to comment.