Skip to content

Commit

Permalink
Merge pull request #1396 from MTES-MCT/fix/1391-esaboea-status
Browse files Browse the repository at this point in the history
[QA] Esabora - Ajout contrôle statut des dossiers
  • Loading branch information
hmeneuvrier committed Jun 20, 2023
2 parents 74308fb + ebe4f16 commit be270a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/Esabora/EsaboraManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function updateStatusFor(
$currentStatus = $affectation->getStatut();

$esaboraStatus = $dossierResponse->getSasEtat();
$esaboraDossierStatus = null !== $dossierResponse->getSasEtat()
$esaboraDossierStatus = null !== $dossierResponse->getEtat()
? strtolower($dossierResponse->getEtat())
: null;

Expand Down

0 comments on commit be270a1

Please sign in to comment.