sd
This commit is contained in:
parent
7145ba8957
commit
01003a6cda
|
|
@ -294,6 +294,31 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td colspan="4" height="5"></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td style='text-align:center;' class=" text-success">14 <i class='bx bxs-right-arrow'></td>
|
||||||
|
<td class=" text-dark">
|
||||||
|
<?= _("Activer la modification du prix de l'acte dans le centre de soins") ?>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td style="text-align: center; background-color:#dcdcdc;">
|
||||||
|
<?php if ($societeuser['prixActeModifiable']=="1"): ?>
|
||||||
|
<?= _("Oui") ?>
|
||||||
|
<?php else: ?>
|
||||||
|
<?= _("Non") ?>
|
||||||
|
<?php endif; ?>
|
||||||
|
</td>
|
||||||
|
|
||||||
|
<td>
|
||||||
|
<select class="form-select" id="s_prixActeModifiable" NAME="s_prixActeModifiable" style='font-size:10pt; text-align:center;' >
|
||||||
|
<?php liste_options($prixActeModifiableOuinon, $this->nettoyer($societeuser['prixActeModifiable']), true); ?>
|
||||||
|
</SELECT>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4" height="5"></td>
|
<td colspan="4" height="5"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user