This commit is contained in:
KANE LAZENI 2026-04-04 11:04:42 +00:00
parent db1c9ae210
commit d32f67a366

View File

@ -83,7 +83,7 @@
<?= $this->nettoyer($v['motifConsultation']) ?>
</td>
<td class="text-center"><?= dateheureLang($this->nettoyer($v['heureExpiration'], $_SESSION['lang']) ?></td>
<td class="text-center"><?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?></td>
</tr>
<?php endforeach; ?>
<?php else: ?>
@ -193,7 +193,7 @@
<div class="col-6">
<div class="d-flex justify-content-between align-items-center">
<span class="text-muted small me-3"><?= _("Expiration") ?></span>
<span class="fw-bold me-2"> <?= dateheureLang($this->nettoyer($v['heureExpiration'], $_SESSION['lang']) ?> </span>
<span class="fw-bold me-2"> <?= dateheureLang($this->nettoyer($v['heureExpiration']), $_SESSION['lang']) ?> </span>
</div>
</div>