a
This commit is contained in:
parent
acab7a1d72
commit
83042529d6
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user