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