Skip to content
Snippets Groups Projects
Commit 3f521cce authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Amélioration visuelle correctif employeur facultatif

(cherry picked from commit b0431667)
parent d8b950f5
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,10 @@ class IntervenantDossierForm extends AbstractForm
$this->dossierEmployeurFieldset = new EmployeurFieldset('DossierEmployeur');
$this->dossierEmployeurFieldset->init();
if ($statut->getDossierEmployeurFacultatif()) {
$this->dossierEmployeurFieldset->get('employeur')->setLabel('Employeurs :');
}
$this->dossierAutresFiedlset = new DossierAutresFieldset('DossierAutres', ['listChampsAutres' => $dossierIntervenant->getStatut()->getChampsAutres()]);
$this->dossierAutresFiedlset->init();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment