Merge pull request #3433 from fappels/3.8-fix-package-label
Fix missing product label in package tab
This commit is contained in:
commit
643ce1f2d1
@ -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