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:
ATM john 2020-02-23 11:36:06 +01:00
commit 679e2fd186

View File

@ -1319,7 +1319,6 @@ abstract class CommonDocGenerator
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)
{
// Dont display separator yet even is set to be displayed (not compatible yet)