a
This commit is contained in:
parent
9863138e5b
commit
f8800324bd
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user