11 lines
839 B
PHP
Executable File
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']) ?>">
|
|
|