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

Changement libellé employeur (#40286)

parent 3dd2d699
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ $dossierInsee = $form->get('DossierEmployeur');
<div class="col-md-6">
<div class="panel panel-default ">
<div class="panel-heading">
EMPLOYEUR
EMPLOYEUR PRINCIPAL
<?php if (!empty($tblDossier)): ?>
<?php if (!$tblDossier->getCompletudeEmployeur()): ?>
<span class="label label-warning">A compléter</span>
......
......@@ -19,7 +19,7 @@ $dossierEmployeur = $form->get('DossierEmployeur');
<div class="col-md-6">
<div class="panel panel-default ">
<div class="panel-heading">
EMPLOYEUR
EMPLOYEUR PRINCIPAL
<?php if (!empty($tblDossier)): ?>
<?php if (!$intervenantDossier->getTblDossier()->getCompletudeEmployeur()): ?>
<span class="label label-warning">A compléter</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment