Skip to content

Commit

Permalink
TFP-5858 fjerner ubrukt fpformidling lenke beregningsresultat (#6821)
Browse files Browse the repository at this point in the history
  • Loading branch information
palfi authored Oct 28, 2024
1 parent fb696a3 commit 4479cee
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ private BehandlingFormidlingDto utvideBehandlingDto(Behandling behandling, Behan

if (svangerskapspengerUttakResultatEntitet.isPresent()) {
dto.leggTil(get(UttakRestTjeneste.RESULTAT_SVANGERSKAPSPENGER_PATH, "uttaksresultat-svangerskapspenger", uuidDto));
dto.leggTil(get(BeregningsresultatRestTjeneste.DAGYTELSE_PATH, "beregningsresultat-dagytelse", uuidDto));
dto.leggTilFormidlingRessurs(get(TilkjentYtelseFormidlingRestTjeneste.TILKJENT_YTELSE_DAGYTELSE_PATH, "tilkjentytelse-dagytelse", uuidDto));
dto.leggTil(get(FormidlingRestTjeneste.MOTTATT_DATO_SØKNADSFRIST_PATH, "motattdato-søknad", uuidDto));
}
Expand All @@ -223,7 +222,6 @@ private BehandlingFormidlingDto utvideBehandlingDto(Behandling behandling, Behan
dto.leggTil(get(UttakRestTjeneste.RESULTAT_PERIODER_PATH, "uttaksresultat-perioder-formidling", uuidDto));
}
if (uttakResultat.isPresent()) {
dto.leggTil(get(BeregningsresultatRestTjeneste.DAGYTELSE_PATH, "beregningsresultat-dagytelse", uuidDto));
dto.leggTilFormidlingRessurs(get(TilkjentYtelseFormidlingRestTjeneste.TILKJENT_YTELSE_DAGYTELSE_PATH, "tilkjentytelse-dagytelse", uuidDto));
uttakResultat.filter(ForeldrepengerUttak::harAvslagPgaMedlemskap).ifPresent(u -> {
var avslagsårsak = medlemTjeneste.hentAvslagsårsak(behandling.getId());
Expand Down

0 comments on commit 4479cee

Please sign in to comment.