This commit is contained in:
KANE LAZENI 2026-04-13 05:53:52 +00:00
parent 774040395b
commit 0edf39b929
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@
<td colspan="3">
<div id="div_plafond">
<INPUT class="form-control text-center" id="plafondAdherent" NAME="plafondAdherent" type="text" value="<?= format_N($collegeTemp['plafondAdherent']);?>"
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" onChange="enregistrer_college_temp();" required AUTOCOMPLETE="OFF" >
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" onChange="enregistrer_college_temp();" AUTOCOMPLETE="OFF" >
</div>
</td>
</tr>

View File

@ -1,2 +1,2 @@
<INPUT class="form-control text-center" id="plafondAdherent" NAME="plafondAdherent" type="text" value="<?= format_N($plafondAdherent);?>"
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" required AUTOCOMPLETE="OFF" onChange="enregistrer_college_temp();" >
onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);" onfocus="formatNumerique(this);" AUTOCOMPLETE="OFF" onChange="enregistrer_college_temp();" >