Commit 1756208c authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Partial fiche.phtml : abandon du qui n'est pas transmis à toutes les vues utilisant ce partial.

parent 59b9cb0f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
/**
 * @var $this  PhpRenderer
 * @var $these These
 * @var callable $numeroEtudiantExtractor
 */

use Application\Entity\Db\These;
@@ -19,7 +18,7 @@ $acteursFormatter = new ActeursFormatter();
        <td>
            <?php echo $these->getDoctorant()->getNomComplet(true, true, true) ?>
            (<?php echo $these->getDoctorant()->getDateNaissanceToString() ?>) <br>
<?php echo $numeroEtudiantExtractor($these->getDoctorant()) ?> <br>
<?php echo $these->getDoctorant()->getIndividu()->getSupannId() ?> <br>
            Nationalité: <?php echo $these->getDoctorant()->getNationalite() ?>
        </td>
    </tr>