Skip to content

Commit

Permalink
Sanere ubrukte foredrepenger-booleans (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Jun 4, 2024
1 parent c1462dc commit 8988199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public record LosBehandlingDto(@NotNull UUID behandlingUuid,
public record LosAksjonspunktDto(String definisjon, Aksjonspunktstatus status, LocalDateTime fristTid) {
}

public record LosForeldrepengerDto(LocalDate førsteUttakDato, boolean sykdomsvurdering, boolean gradering) {
public record LosForeldrepengerDto(LocalDate førsteUttakDato) {
}

public record LosTilbakeDto(BigDecimal feilutbetaltBeløp, LocalDate førsteFeilutbetalingDato) {
Expand Down

0 comments on commit 8988199

Please sign in to comment.