Skip to content
Snippets Groups Projects
Commit fde2cfee authored by Florian Joriot's avatar Florian Joriot
Browse files

Correction absence de modèle d'avenant

parent 034cdf77
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,9 @@ class ContratService extends AbstractEntityService
if($contrat->estUnAvenant()){
$modele = $contrat->getIntervenant()->getStatut()->getAvenantEtatSortie();
if(!$modele){
$modele = $contrat->getIntervenant()->getStatut()->getContratEtatSortie();
}
}else{
$modele = $contrat->getIntervenant()->getStatut()->getContratEtatSortie();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment