Skip to content

Commit

Permalink
Handle specific case.
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvind-wedoe committed Jan 16, 2024
1 parent 70ed0fa commit a63c349
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) {
if (behandling.fagsystem == Fagsystem.IT01 && behandling.id != UUID.fromString("b010c26d-2234-4e68-9f0e-7c1ce2815359")) {
logger.debug("Behandlingen som er avsluttet skal sendes tilbake til Infotrygd.")

val sakInKlanke = fssProxyClient.getSakWithAppAccess(
Expand Down

0 comments on commit a63c349

Please sign in to comment.