ser
This commit is contained in:
parent
63cedfb080
commit
6949dcc299
|
|
@ -16,7 +16,8 @@
|
|||
<input class="form-control text-center border-2 border-start-0 fw-bold"
|
||||
type="number" step="0.01"
|
||||
id="spMin" name="spMin"
|
||||
readonly value="<?= intval($spMin) ?>">
|
||||
readonly value="<?= est_anglophone() ? number_format($spMin, 2) : number_format($spMin, 2, ',', ' '); ?>">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<input class="form-control text-center bg-light fw-bold"
|
||||
type="number" step="0.01"
|
||||
id="spMin" name="spMin"
|
||||
readonly value="<?= intval($spMin) ?>">
|
||||
readonly value="<?= est_anglophone() ? number_format($spMin, 2) : number_format($spMin, 2, ',', ' '); ?>">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
type="number" step="0.01"
|
||||
id="spMin" name="spMin"
|
||||
autocomplete="off"
|
||||
value="<?= intval($this->nettoyer($tableauajustement['spMin'])); ?>"
|
||||
value="<?= est_anglophone() ? number_format($this->nettoyer($tableauajustement['spMin']), 2) : number_format($this->nettoyer($tableauajustement['spMin']), 2, ',', ' '); ?>"
|
||||
readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
type="number" step="0.01"
|
||||
id="spMin" name="spMin"
|
||||
required autocomplete="off"
|
||||
value="<?= $this->nettoyer($tableauajustement['spMin']); ?>"
|
||||
value="<?= est_anglophone() ? number_format($this->nettoyer($tableauajustement['spMin']), 2) : number_format($this->nettoyer($tableauajustement['spMin']), 2, ',', ' '); ?>"
|
||||
readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user