Skip to content

Commit d894515

Browse files
committed
Endring basert på PR
1 parent 05127c5 commit d894515

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/kotlin/no/nav/pensjon/kalkulator/simulering/client/simulator/map/SimulatorPersonligSimuleringResultMapper.kt

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ object SimulatorPersonligSimuleringResultMapper {
4545
private fun pre2025OffentligAfp(dto: SimulatorPre2025OffentligAfp) =
4646
SimulertPre2025OffentligAfp(
4747
alderAar = dto.alderAar,
48-
totaltAfpBeloep = dto.totalbelopAfp,
48+
totaltAfpBeloep = dto.totaltAfpBeloep,
4949
tidligereArbeidsinntekt = dto.tidligereArbeidsinntekt,
50-
grunnbeloep = dto.grunnbelop,
50+
grunnbeloep = dto.grunnbeloep,
5151
sluttpoengtall = dto.sluttpoengtall,
5252
trygdetid = dto.trygdetid,
53-
poengaarTom1991 = dto.poeangaarFoer92,
54-
poengaarFom1992 = dto.poeangaarEtter91,
53+
poengaarTom1991 = dto.poengaarTom1991,
54+
poengaarFom1992 = dto.poengaarFom1992,
5555
grunnpensjon = dto.grunnpensjon,
5656
tilleggspensjon = dto.tilleggspensjon,
5757
afpTillegg = dto.afpTillegg,
58-
saertillegg = dto.sertillegg
58+
saertillegg = dto.saertillegg
5959
)
6060

6161
private fun privatAfp(dto: SimulatorPersonligPrivatAfp) =

0 commit comments

Comments
 (0)