sd
This commit is contained in:
parent
7145ba8957
commit
01003a6cda
|
|
@ -298,6 +298,31 @@
|
|||
<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>
|
||||
<td colspan="4" height="5"></td>
|
||||
</tr>
|
||||
|
||||
<tr style="background-color: #ffefd5;">
|
||||
<td height="30" colspan="4" style='font-weight: bold; text-align: center; font-size:11pt;'> <?= _("PHARMACIES") ?> </td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user