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

Fix :: Verification de l'existence de l'unité de recherche

parent 703c9b6a
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -129,7 +129,11 @@ $acteursFormatter->asSeparated()
                <abbr title="<?php echo $these->getEcoleDoctorale()->getLibelle() ?>"><?php echo $these->getEcoleDoctorale()->getSourceCode() ?></abbr>
                <?php endif ?>
            </td>
            <td><abbr title="<?php echo $these->getLibelleUniteRecherche() ?>"><?php echo $these->getUniteRecherche()->getSourceCode() ?></abbr></td>
            <td>
                <?php if($these->getUniteRecherche()): ?>
                    <abbr title="<?php echo $these->getUniteRecherche()->getLibelle() ?>"><?php echo $these->getUniteRecherche()->getSourceCode() ?></abbr>
                <?php endif ?>
            </td>
            <td><?php
                echo $this->dateFormat($these->getDatePremiereInscription(),IntlDateFormatter::MEDIUM);
                ?>