production/Vue/Ajaxcommissiongarant/index.php
2025-12-01 16:12:12 +00:00

11 lines
839 B
PHP
Executable File

<?php
$gcTauxCommissionGerant = $this->nettoyer($tauxGarant['gcTauxCommissionGerant']);
?>
<INPUT class="sr-only" TYPE="text" id="gcTauxFraisReel" name="gcTauxFraisReel" value="<?= $this->nettoyer($tauxGarant['gcTauxFraisReel']) ?>">
<INPUT class="sr-only" TYPE="text" id="gcTauxCommissionGerant" name="gcTauxCommissionGerant" value="<?= $gcTauxCommissionGerant ?>">
<INPUT class="sr-only" TYPE="text" id="gcLimiteConsommation" name="gcLimiteConsommation" value="<?= $this->nettoyer($tauxGarant['gcLimiteConsommation']) ?>">
<INPUT class="sr-only" TYPE="text" id="gcTauxRistourne" name="gcTauxRistourne" value="<?= $this->nettoyer($tauxGarant['gcTauxRistourne']) ?>">
<INPUT class="sr-only" TYPE="text" id="seuilRdGarant" name="seuilRdGarant" value="<?= $this->nettoyer($tauxGarant['seuilRdGarant']) ?>">