Skip to content

Commit

Permalink
Update MottattInntektsjustering.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasbalevik authored Dec 2, 2024
1 parent 35948ba commit 3740a00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data class MottattInntektsjustering(
val naeringsinntekt: Int,
val afpInntekt: Int?,
val inntektFraUtland: Int,
val datoForAaGaaAvMedAlderspensjon: YearMonth?, // TODO: hvis den er TRUE så manuell
val datoForAaGaaAvMedAlderspensjon: YearMonth?,
) {
companion object {
fun utledKjoering(id: UUID) = "INNTEKTSJUSTERING_${utledLoependeFom()}_$id"
Expand Down

0 comments on commit 3740a00

Please sign in to comment.