This commit is contained in:
KANE LAZENI 2026-04-13 05:19:56 +00:00
parent 9c9f48879a
commit fdf5d7bfbb

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" >
<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" >