Loading module/Application/view/application/entretien-professionnel/partial/formulaire.phtml +9 −7 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ $now = new DateTime(); <h3 class="categorie"> Missions du poste </h3> <?php if ($fichePoste !== null) : ?> <ul> <?php foreach ($fichePoste->getFichesMetiers() as $ficheTypeExterne) : ?> <li> <?php echo $ficheTypeExterne->getFicheType()->getMetier()->getLibelle(); ?> Loading @@ -32,6 +33,7 @@ $now = new DateTime(); </li> <?php endforeach; ?> </ul> <?php endif; ?> <br/> <br/> Loading Loading
module/Application/view/application/entretien-professionnel/partial/formulaire.phtml +9 −7 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ $now = new DateTime(); <h3 class="categorie"> Missions du poste </h3> <?php if ($fichePoste !== null) : ?> <ul> <?php foreach ($fichePoste->getFichesMetiers() as $ficheTypeExterne) : ?> <li> <?php echo $ficheTypeExterne->getFicheType()->getMetier()->getLibelle(); ?> Loading @@ -32,6 +33,7 @@ $now = new DateTime(); </li> <?php endforeach; ?> </ul> <?php endif; ?> <br/> <br/> Loading