Skip to content
Snippets Groups Projects
Commit 37291781 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #1819 from FHenry/3.6

 	Fix bug in output extrafields sell list
parents 6c316d0c aabbc331
No related branches found
No related tags found
No related merge requests found
......@@ -979,7 +979,7 @@ class ExtraFields
{
foreach ($fields_label as $field_toshow)
{
$translabel=$langs->trans($obj->field_toshow);
$translabel=$langs->trans($obj->$field_toshow);
if ($translabel!=$field_toshow) {
$value.=dol_trunc($translabel,18).' ';
}else {
......
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