diff --git a/module/Application/src/Controller/ServiceReferentielController.php b/module/Application/src/Controller/ServiceReferentielController.php
index cf49a834eff25d41c49a02aa2738d1daac893d46..e07b0f9191f9bb466e0b1d2d994653f3a9c7ffa9 100755
--- a/module/Application/src/Controller/ServiceReferentielController.php
+++ b/module/Application/src/Controller/ServiceReferentielController.php
@@ -396,7 +396,7 @@ class ServiceReferentielController extends AbstractController
     {
         $this->getServiceWorkflow()->calculerTableauxBord(['formule', 'validation_referentiel', 'referentiel'], $intervenant);
         if (!$validation) {
-            $this->getServiceWorkflow()->calculerTableauxBord(['referentiel', 'piece_jointe_fournie'], $intervenant);
+            $this->getServiceWorkflow()->calculerTableauxBord(['piece_jointe_fournie'], $intervenant);
         }
     }