Commit fc2b4e8d authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction

parent 8dfe90b0
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -95,10 +95,12 @@ if ($priseEnCharge) {
                                <td>Type de rattachement</td>
                                <td><?= $affectationEnCours->libLongTypeRattachement ?></td>
                            </tr>
                            <?php if (!empty($intervenant->getExportDate())): ?>
                                <tr>
                                    <td>Exporter vers <?= $nameConnecteur ?> le</td>
                                    <td><?= $intervenant->getExportDate()->format('d-m-Y') ?></td>
                                </tr>
                            <?php endif ?>
                            </tbody>
                        </table>
                    </div>