Commit 005791ad authored by Florian Joriot's avatar Florian Joriot
Browse files

Correction absence de modèle d'avenant

parent 69d8e232
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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();
        }