Skip to content
Snippets Groups Projects
Commit b908f10c authored by fappels's avatar fappels
Browse files

Fix missing product label in package tab

parent 4e1aec16
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment