Change-Id: I3d7bc928bf2428e4a96c61fd9d22e8235792dfe7
This commit is contained in:
parent
26d1352de4
commit
da565b2c7f
@ -105,7 +105,7 @@
|
||||
|
||||
<tr>
|
||||
<td valign="top"><?php echo $langs->trans('Address'); ?></td>
|
||||
<td colspan="3"><textarea name="adresse" cols="40" rows="3"><?php echo $this->control->tpl['address']; ?></textarea></td>
|
||||
<td colspan="3"><textarea name="adress" cols="40" rows="3"><?php echo $this->control->tpl['address']; ?></textarea></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
@ -120,7 +120,7 @@ if ($this->control->tpl['fournisseur']) {
|
||||
|
||||
<tr>
|
||||
<td valign="top"><?php echo $langs->trans('Address'); ?></td>
|
||||
<td colspan="3"><textarea name="adresse" cols="40" rows="3"><?php echo $this->control->tpl['address']; ?></textarea></td>
|
||||
<td colspan="3"><textarea name="adress" cols="40" rows="3"><?php echo $this->control->tpl['address']; ?></textarea></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user