Skip to content

Commit

Permalink
Fiks gebyr grunnlagsliste
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Nov 28, 2024
1 parent cafb6c2 commit 888d532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class VedtakGrunnlagMapper(
): BeregnGebyrResultat {
val gebyrBeregning =
if (behandling.avslag != null) {
beregnGebyrApi.beregnGebyr(emptyList(), rolle.tilGrunnlagsreferanse()) +
beregnGebyrApi.beregnGebyr(grunnlagsliste, rolle.tilGrunnlagsreferanse()) +
mapper.run { behandling.tilGrunnlagInntektSiste12Mnd(rolle) }
} else {
beregnGebyrApi.beregnGebyr(grunnlagsliste, rolle.tilGrunnlagsreferanse())
Expand Down

0 comments on commit 888d532

Please sign in to comment.