This commit is contained in:
KONE SOREL 2026-03-10 11:16:52 +00:00
parent 01003a6cda
commit 0621200d39

View File

@ -842,6 +842,25 @@
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td style='text-align:center;' class=" text-primary">14 <i class='bx bxs-right-arrow'></td>
<td colspan="2" class=" text-dark">
<?= _("Activer la modification du prix de l'acte dans le centre de soins") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['prixActeModifiable']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>