This commit is contained in:
KANE LAZENI 2026-02-22 05:39:27 +00:00
parent 9863138e5b
commit f8800324bd

View File

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