This commit is contained in:
KANE LAZENI 2026-02-22 05:43:50 +00:00
parent 0640ad260e
commit bd74fb6e14

View File

@ -813,14 +813,14 @@
<tr>
<td> <?= _("Destinanaire de la demande");?></td>
<td >
<INPUT class="form-control" name="telephoneDefaut" id="telephoneDefaut" value="<?= $_SESSION['p_telephonePortableAdherent_C'] ?>" readonly style='font-size:12pt;>
<INPUT class="form-control" name="telephoneDefaut" id="telephoneDefaut" value="<?= $_SESSION['p_telephonePortableAdherent_C'] ?>" readonly style='font-size:12pt;'>
</td>
</tr>
<tr>
<td> <?= _("Autre Destinanaire");?></td>
<td >
<INPUT class="form-control" name="telephoneAutre" id="telephoneAutre" value="<?= $_SESSION['p_telephonePortableAdherent_C'] ?>" required AUTOCOMPLETE="OFF" autofocus style='font-size:12pt;>
<INPUT class="form-control" name="telephoneAutre" id="telephoneAutre" value="<?= $_SESSION['p_telephonePortableAdherent_C'] ?>" required AUTOCOMPLETE="OFF" autofocus style='font-size:12pt;'>
</td>
</tr>