diff --git a/src/app/external/externalSignatoryBook/controllers/IParapheurController.php b/src/app/external/externalSignatoryBook/controllers/IParapheurController.php index 9c4f53855631a5df929f577326d9b8bce4b06b82..4c8a8b143f4b8bc9273e1503aecb9e2091806867 100755 --- a/src/app/external/externalSignatoryBook/controllers/IParapheurController.php +++ b/src/app/external/externalSignatoryBook/controllers/IParapheurController.php @@ -321,7 +321,6 @@ class IParapheurController $noteContent .= $res->nom . ' : ' . $res->annotation . PHP_EOL; $aArgs['idsToRetrieve'][$version][$resId]['status'] = 'refused'; $aArgs['idsToRetrieve'][$version][$resId]['noteContent'] = $noteContent; - IParapheurController::processVisaWorkflow(['res_id_master' => $value['res_id_master'], 'res_id' => $value['res_id']]); break; } else { $aArgs['idsToRetrieve'][$version][$resId]['status'] = 'waiting';