Loading module/Application/src/Controller/ContratController.php +6 −1 Original line number Diff line number Diff line Loading @@ -150,8 +150,13 @@ class ContratController extends AbstractController ]; foreach ($contrats as $contrat) { if($avenantResult < 0){ $services['contractualises'][$contrat->getId()] = $this->getProcessusContrat()->getServices($intervenant, $contrat, null); }else{ $services['contractualises'][$contrat->getId()] = $this->getProcessusContrat()->getServices($intervenant, $contrat, $role->getStructure()); } } $nc = $this->getProcessusContrat()->getServices($intervenant, null, $role->getStructure()); foreach ($nc as $service) { Loading Loading
module/Application/src/Controller/ContratController.php +6 −1 Original line number Diff line number Diff line Loading @@ -150,8 +150,13 @@ class ContratController extends AbstractController ]; foreach ($contrats as $contrat) { if($avenantResult < 0){ $services['contractualises'][$contrat->getId()] = $this->getProcessusContrat()->getServices($intervenant, $contrat, null); }else{ $services['contractualises'][$contrat->getId()] = $this->getProcessusContrat()->getServices($intervenant, $contrat, $role->getStructure()); } } $nc = $this->getProcessusContrat()->getServices($intervenant, null, $role->getStructure()); foreach ($nc as $service) { Loading