diff --git a/module/Application/src/Application/Controller/IntervenantController.php b/module/Application/src/Application/Controller/IntervenantController.php
index 099ed22c0c3c1b85810936bd65c6df23fe030c64..59d7bebf1d188e58b9ff8c3abcb3cba85016dea7 100755
--- a/module/Application/src/Application/Controller/IntervenantController.php
+++ b/module/Application/src/Application/Controller/IntervenantController.php
@@ -191,7 +191,7 @@ class  IntervenantController extends AbstractController
         $campagneSaisie = $this->getServiceCampagneSaisie()->getBy($intervenant->getStatut()->getTypeIntervenant(), $typeVolumeHoraire);
 
         if (!$campagneSaisie->estOuverte()) {
-            die;
+            
             $role = $this->getServiceContext()->getSelectedIdentityRole();
             if ($role->getIntervenant()) {