From 2a08c5ea8c3d4bdd3519cb541ec8050cc1eb11ea Mon Sep 17 00:00:00 2001
From: "florian.azizian" <florian.azizian@maarch.org>
Date: Thu, 16 Apr 2020 09:54:12 +0100
Subject: [PATCH] FIX #12967 TIME 0:10 Rm call to process visa workflow
 IParapheur

---
 .../externalSignatoryBook/controllers/IParapheurController.php   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/external/externalSignatoryBook/controllers/IParapheurController.php b/src/app/external/externalSignatoryBook/controllers/IParapheurController.php
index 9c4f5385563..4c8a8b143f4 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';
-- 
GitLab