sza
This commit is contained in:
parent
ec842dc01d
commit
6e8bfaf4ee
|
|
@ -34,16 +34,16 @@
|
|||
?>
|
||||
<tr>
|
||||
<td class="text-center fw-bold text-dark ps-3"><?= $this->nettoyer($v['codeSociete']); ?></td>
|
||||
<td class="text-center"><?= number_format($this->nettoyer($v['spMin']), 2); ?></td>
|
||||
<td class="text-center"><?= number_format($this->nettoyer($v['spMax']), 2); ?></td>
|
||||
<td class="text-center"><?= format_N($this->nettoyer($v['spMin'])); ?></td>
|
||||
<td class="text-center"><?= format_N($this->nettoyer($v['spMax'])); ?></td>
|
||||
<td class="text-center">
|
||||
<span class="badge bg-primary-ghost text-primary border border-primary-subtle px-3">
|
||||
<?= number_format($this->nettoyer($v['tauxAjustement']), 2); ?> %
|
||||
<?= format_N($this->nettoyer($v['tauxAjustement'])); ?> %
|
||||
</span>
|
||||
</td>
|
||||
<td class="text-center pe-3">
|
||||
<button type="button"
|
||||
class="btn btn-outline-primary btn-sm rounded-pill px-3 shadow-sm fw-bold w-100"
|
||||
class="btn btn-outline-warning btn-sm rounded-pill px-3 shadow-sm fw-bold w-100"
|
||||
onclick="formModifTableRef(<?= $idData; ?>);">
|
||||
<i class="fas fa-edit me-1"></i> <?= _("Modifier") ?>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user