Skip to content

Commit

Permalink
Feilfiks lesemodus vedtak bidrag
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Dec 3, 2024
1 parent b96483e commit ee4b637
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,8 @@ class UnderholdService(
underholdskostnad = underholdskostnad,
)
underholdskostnad.faktiskeTilsynsutgifter.add(faktiskTilsynsutgift)
val uSaved =
underholdskostnadRepository
.save(underholdskostnad)
uSaved
underholdskostnadRepository
.save(underholdskostnad)
.faktiskeTilsynsutgifter
.sortedBy { it.id }
.last()
Expand Down

0 comments on commit ee4b637

Please sign in to comment.