Skip to content

Commit

Permalink
Legg til defaultverdi på bruttoBidragEtterBegrensetRevurdering (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored Feb 3, 2025
1 parent 639639c commit d7fc8e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data class SluttberegningBarnebidrag(
val bruttoBidragEtterBarnetilleggBM: BigDecimal,
val nettoBidragEtterBarnetilleggBM: BigDecimal,
val bruttoBidragJustertForEvneOg25Prosent: BigDecimal,
val bruttoBidragEtterBegrensetRevurdering: BigDecimal,
val bruttoBidragEtterBegrensetRevurdering: BigDecimal = BigDecimal.ZERO,
val bruttoBidragEtterBarnetilleggBP: BigDecimal,
val nettoBidragEtterSamværsfradrag: BigDecimal,
val bpAndelAvUVedDeltBostedFaktor: BigDecimal,
Expand Down

0 comments on commit d7fc8e5

Please sign in to comment.