Commit 9965cf79 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Ajout du nouveau titre et du numero étudiant

parent 4fbf366d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -121,12 +121,16 @@ use Soutenance\Entity\Proposition;
<table class="recapitulatif">
    <tr>
        <td class="head"> Titre de la thèse : </td>
        <td><?php echo $proposition->getThese()->getTitre(); ?> </td>
        <td><?php echo ($proposition->getNouveauTitre())?$proposition->getNouveauTitre():$proposition->getThese()->getTitre(); ?> </td>
    </tr>
    <tr>
        <td class="head"> Doctorant : </td>
        <td> <?php echo $proposition->getThese()->getDoctorant()->getIndividu()->getNomComplet(); ?> </td>
    </tr>
    <tr>
        <td class="head"> Numéro étudiant : </td>
        <td> <?php echo $proposition->getThese()->getDoctorant()->getNumeroEtudiant(); ?> </td>
    </tr>
    <tr>
        <td class="head"> Date de la soutenance : </td>
        <td>