Fix: Uing wrong param

This commit is contained in:
Laurent Destailleur 2011-09-13 12:36:42 +00:00
parent 26d7bb3a66
commit f9ddab4b03

View File

@ -97,7 +97,7 @@ dol_htmloutput_errors($this->control->tpl['error'],$this->control->tpl['errors']
<input type="hidden" name="code_fournisseur" value="<?php echo $this->control->tpl['suppliercode']; ?>"> <input type="hidden" name="code_fournisseur" value="<?php echo $this->control->tpl['suppliercode']; ?>">
<?php } ?> <?php } ?>
</td> </td>
<td><?php echo $this->tpl['help_suppliercode']; ?></td> <td><?php echo $this->control->tpl['help_suppliercode']; ?></td>
</tr> </tr>
</table> </table>
</td> </td>