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

lines extra fields not shown in PDF it shown only in card

Hello,

It is integrated version after version.
For now there is :

Module PDF Model name Dolibarr min version
Shipping espadon V12
Order eratosthene V12
Invoice sponge V12
Quotation cyan V12
Supplier order cornas V12
Delivery storm V13

That support extrafileds on PDF
See Add Extrafields on PDF Models - Dolibarr ERP CRM Wiki