Commit 74015f32 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Fix ...

parent 1a51cdda
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -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(); ?>
@@ -32,6 +33,7 @@ $now = new DateTime();
        </li>
    <?php endforeach; ?>
    </ul>
<?php endif; ?>

<br/>
<br/>