Commit b0431667 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Amélioration visuelle correctif employeur facultatif

parent bcc9721a
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();