Fix canvas feature broken

This commit is contained in:
Florian Henry 2013-08-13 09:16:39 +02:00
parent 5fcbd2d14f
commit d6c7ac5f73
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@
<tr>
<td><?php echo $langs->trans('Phone'); ?></td>
<td><input type="text" name="tel" value="<?php echo $this->control->tpl['tel']; ?>"></td>
<td><input type="text" name="phone" value="<?php echo $this->control->tpl['phone']; ?>"></td>
<td><?php echo $langs->trans('Fax'); ?></td>
<td><input type="text" name="fax" value="<?php echo $this->control->tpl['fax']; ?>"></td>
</tr>

View File

@ -142,7 +142,7 @@ if ($this->control->tpl['fournisseur']) {
<tr>
<td><?php echo $langs->trans('Phone'); ?></td>
<td><input type="text" name="tel" value="<?php echo $this->control->tpl['tel']; ?>"></td>
<td><input type="text" name="phone" value="<?php echo $this->control->tpl['phone']; ?>"></td>
<td><?php echo $langs->trans('Fax'); ?></td>
<td><input type="text" name="fax" value="<?php echo $this->control->tpl['fax']; ?>"></td>
</tr>