Skip to content

Commit

Permalink
Merge branch 'master' into feature/psb-ferietillegg
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Jun 4, 2024
2 parents c0471a7 + 8988199 commit 018b29f
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 018b29f

Please sign in to comment.