Skip to content

Commit

Permalink
Remove specific handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Jan 5, 2024
1 parent 4dff28a commit de0724a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class BehandlingAvslutningService(
}

//if fagsystem is Infotrygd also do this.
if (behandling.fagsystem == Fagsystem.IT01 && behandling.id != UUID.fromString("8ac3e421-4fef-4640-986a-8993f35b9417")) {
if (behandling.fagsystem == Fagsystem.IT01) {
logger.debug("Behandlingen som er avsluttet skal sendes tilbake til Infotrygd.")

val sakInKlanke = fssProxyClient.getSakWithAppAccess(
Expand Down

0 comments on commit de0724a

Please sign in to comment.