diff --git a/Vue/Ajaxtblistertableauajustement/index.php b/Vue/Ajaxtblistertableauajustement/index.php index 1133fbd2..6f7161f0 100755 --- a/Vue/Ajaxtblistertableauajustement/index.php +++ b/Vue/Ajaxtblistertableauajustement/index.php @@ -1,48 +1,65 @@ - - +
| " readonly> | - -
| = _("Centre gestion") ?> | -= _("S/P Minimum") ?> | -= _("S/P Maximum") ?> | -= _("Taux")." (%)" ?> | - -= _("Modifier") ?> | -
|---|---|---|---|---|
| = $this->nettoyer($v['codeSociete']);; ?> - | = $this->nettoyer($v['spMin']) ?> | -= $this->nettoyer($v['spMax']) ?> | -= $this->nettoyer($v['tauxAjustement']) ?> | -- - | -
| = _("Centre gestion") ?> | += _("S/P Minimum") ?> | += _("S/P Maximum") ?> | += _("Taux (%)") ?> | += _("Modifier") ?> | +
|---|---|---|---|---|
| = $this->nettoyer($v['codeSociete']); ?> | += number_format($this->nettoyer($v['spMin']), 2); ?> | += number_format($this->nettoyer($v['spMax']), 2); ?> | ++ + = number_format($this->nettoyer($v['tauxAjustement']), 2); ?> % + + | ++ + | +