This commit is contained in:
KANE LAZENI 2026-03-05 10:49:48 +00:00
parent acab7a1d72
commit 83042529d6

View File

@ -99,9 +99,9 @@
</tr>
<tr>
<td> <?= _("Conventionné") ?> </td>
<td> <?= _("RDV Possible") ?> </td>
<td>
<?php if ($prestataire['conventionne']=="1"): ?>
<?php if ($prestataire['rdvPossible']=="1"): ?>
<INPUT class="form-control" TYPE="text" value="<?= _("Oui") ?>" readonly>
<?php else: ?>
<INPUT class="form-control" TYPE="text" value="<?= _("Non") ?>" readonly>