a
This commit is contained in:
parent
acab7a1d72
commit
83042529d6
|
|
@ -99,9 +99,9 @@
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td> <?= _("Conventionné") ?> </td>
|
<td> <?= _("RDV Possible") ?> </td>
|
||||||
<td>
|
<td>
|
||||||
<?php if ($prestataire['conventionne']=="1"): ?>
|
<?php if ($prestataire['rdvPossible']=="1"): ?>
|
||||||
<INPUT class="form-control" TYPE="text" value="<?= _("Oui") ?>" readonly>
|
<INPUT class="form-control" TYPE="text" value="<?= _("Oui") ?>" readonly>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<INPUT class="form-control" TYPE="text" value="<?= _("Non") ?>" readonly>
|
<INPUT class="form-control" TYPE="text" value="<?= _("Non") ?>" readonly>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user