This commit is contained in:
KONE SOREL 2026-03-02 15:15:15 +00:00
parent 53526098ee
commit a7402c243e

View File

@ -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>