Commit 16b524ad authored by Florian Joriot's avatar Florian Joriot
Browse files

Correction pour que l'etat de sortie du contrat ne soit pas obligatoire (evite...

Correction pour que l'etat de sortie du contrat ne soit pas obligatoire (evite un blocage lorsque contrat désactivé)
parent 38a44ec0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -365,6 +365,11 @@ class StatutSaisieForm extends AbstractForm
                    },
                ],
            ],
            'contratEtatSortie'     => [
                'input' => [
                    'required' => false,
                ],
            ],
            'modificationServiceDu' => [
                'type'     => 'Select',
                'name'     => 'modificationServiceDu',