fd
This commit is contained in:
parent
53526098ee
commit
a7402c243e
|
|
@ -157,6 +157,21 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="searchable-row">
|
||||
<td width="5%" class="text-center"><span class="badge-ghost bg-primary-ghost">14</span></td>
|
||||
<td class="text-muted fw-bold"><?= _("Appliquer automatiquement le tarif négocié le plus bas.") ?></td>
|
||||
<td width="15%" class="text-center bg-light text-muted fw-bold">
|
||||
<?php $med = ($societeuser['appliquerTarifBas'] == "1"); ?>
|
||||
<span class="badge rounded-pill px-3 py-2 <?= $med ? 'bg-success-ghost text-success' : 'bg-danger-ghost text-danger' ?>">
|
||||
<?= $med ? _("OUI") : _("NON") ?>
|
||||
</span>
|
||||
</td>
|
||||
<td width="22%">
|
||||
<select class="form-select form-select-sm fw-bold border-warning" id="s_appliquerTarifBas" name="s_appliquerTarifBas">
|
||||
<?php liste_options($appliquerTarifBasOuinon, $this->nettoyer($societeuser['appliquerTarifBas']), true); ?>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user