This commit is contained in:
KANE LAZENI 2026-07-15 14:36:16 +00:00
parent 09d7dfe5a8
commit 909b6a2394

View File

@ -63,9 +63,9 @@
<td align='center'> <?= $this->nettoyer($serviceexclu['codeFamilleActe']) ?> </td>
<?php if (est_anglophone()): ?>
<td><?= $this->nettoyer($servicenonexclu['libelleEng']) ?></td>
<td><?= $this->nettoyer($serviceexclu['libelleEng']) ?></td>
<?php else: ?>
<td><?= $this->nettoyer($servicenonexclu['libelle']) ?></td>
<td><?= $this->nettoyer($serviceexclu['libelle']) ?></td>
<?php endif; ?>
</tr>
<?php endforeach; ?>