Skip to content

Commit

Permalink
Legg til erHistorisk felt i NotatInntektDto (#270)
Browse files Browse the repository at this point in the history
* Legg til erHistorisk felt i NotatInntektDto

* Legg til erHistorisk felt i NotatInntektDto
  • Loading branch information
ugur93 authored Oct 4, 2024
1 parent 362bcce commit f87fa03
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ data class NotatInntektDto(
val type: Inntektsrapportering,
val medIBeregning: Boolean = false,
val gjelderBarn: NotatRolleDto?,
val historisk: Boolean = false,
val inntektsposter: List<NotatInntektspostDto> = emptyList(),
) {
val visningsnavn
Expand Down

0 comments on commit f87fa03

Please sign in to comment.