Error in extra fields of lines in receptions

With the extra fields of lines configured, in the capture of receptions the extra fields for their capture do not appear, this is because the variable ($extralabelslines) is not defined in the file (htdocs/reception/card.php), adding in line 108 of the mentioned file the following line is solved:

$extralabelslines = $extrafields->fetch_name_optionals_label($object->table_element_line);

Hello,

If you think it’s a BUG, can you post it on Github : Issues · Dolibarr/dolibarr · GitHub ?

1 Like