a
This commit is contained in:
parent
fdf5d7bfbb
commit
63296ef82a
|
|
@ -1,2 +1,2 @@
|
|||
<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" >
|
||||
<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();" >
|
||||
Loading…
Reference in New Issue
Block a user