Merge branch '12.0_new_allow_extrafields_on_pdf' of github.com:atm-john/dolibarr into 12.0_new_allow_extrafields_on_pdf
This commit is contained in:
commit
679e2fd186
@ -1319,7 +1319,6 @@ abstract class CommonDocGenerator
|
|||||||
|
|
||||||
|
|
||||||
if (!empty($extrafields->attributes[$object->table_element]) && is_array($extrafields->attributes[$object->table_element]['label'])) {
|
if (!empty($extrafields->attributes[$object->table_element]) && is_array($extrafields->attributes[$object->table_element]['label'])) {
|
||||||
|
|
||||||
foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $label)
|
foreach ($extrafields->attributes[$object->table_element]['label'] as $key => $label)
|
||||||
{
|
{
|
||||||
// Dont display separator yet even is set to be displayed (not compatible yet)
|
// Dont display separator yet even is set to be displayed (not compatible yet)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user