Skip to content

Commit

Permalink
Fjerner not null fra arbeidsforholdType siden den er null i noen tilf…
Browse files Browse the repository at this point in the history
…eller
  • Loading branch information
palfi committed Mar 14, 2023
1 parent 79b2d5b commit 8ea58c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public record BeregningsgrunnlagAndelDto(
@Valid @Digits(integer = 8, fraction = 2) @DecimalMin("0.00") @DecimalMax("10000000.00") BigDecimal bruttoPrÅr,
@Valid @Digits(integer = 8, fraction = 2) @DecimalMin("0.00") @DecimalMax("10000000.00") BigDecimal avkortetPrÅr,
@Valid Boolean erNyIArbeidslivet,
@Valid @NotNull OpptjeningAktivitetDto arbeidsforholdType,
@Valid OpptjeningAktivitetDto arbeidsforholdType,
@Valid LocalDate beregningsperiodeFom,
@Valid LocalDate beregningsperiodeTom,
@Valid BgAndelArbeidsforholdDto arbeidsforhold,
Expand Down

0 comments on commit 8ea58c7

Please sign in to comment.