Fix missing product label in package tab
This commit is contained in:
parent
4e1aec16b8
commit
b908f10c5b
@ -204,7 +204,7 @@ if ($id > 0 || ! empty($ref))
|
||||
print '</tr>';
|
||||
|
||||
// Label
|
||||
print '<tr><td>'.$langs->trans("Label").'</td><td>'.$object->libelle.'</td>';
|
||||
print '<tr><td>'.$langs->trans("Label").'</td><td>'.$object->label.'</td>';
|
||||
print '</tr>';
|
||||
|
||||
// Nature
|
||||
|
||||
Loading…
Reference in New Issue
Block a user