Fix: libelle is deprecated, use label instead
This commit is contained in:
parent
3c55e50bac
commit
494d6dcfef
@ -55,7 +55,7 @@ $statutarray=array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSe
|
||||
|
||||
<tr>
|
||||
<td class="fieldrequired"><?php echo $langs->trans("Label"); ?></td>
|
||||
<td><input name="libelle" size="40" value="<?php echo $object->label; ?>"></td>
|
||||
<td><input name="label" size="40" value="<?php echo $object->label; ?>"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
@ -55,7 +55,7 @@ dol_htmloutput_errors($object->error,$object->errors);
|
||||
|
||||
<tr>
|
||||
<td class="fieldrequired"><?php echo $langs->trans("Label"); ?></td>
|
||||
<td><input name="libelle" size="40" value="<?php echo $object->label; ?>"></td>
|
||||
<td><input name="label" size="40" value="<?php echo $object->label; ?>"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
@ -52,7 +52,7 @@ $statutarray=array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSe
|
||||
|
||||
<tr>
|
||||
<td class="fieldrequired"><?php echo $langs->trans("Label"); ?></td>
|
||||
<td><input name="libelle" size="40" value="<?php echo $object->label; ?>"></td>
|
||||
<td><input name="label" size="40" value="<?php echo $object->label; ?>"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
@ -52,7 +52,7 @@ dol_htmloutput_errors($object->error,$object->errors);
|
||||
|
||||
<tr>
|
||||
<td class="fieldrequired"><?php echo $langs->trans("Label"); ?></td>
|
||||
<td><input name="libelle" size="40" value="<?php echo $object->label; ?>"></td>
|
||||
<td><input name="label" size="40" value="<?php echo $object->label; ?>"></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user