commit
265bca269b
@ -1288,7 +1288,8 @@ abstract class CommonDocGenerator
|
|||||||
}
|
}
|
||||||
$extrafields = $this->extrafieldsCache;
|
$extrafields = $this->extrafieldsCache;
|
||||||
|
|
||||||
$extrafieldOutputContent = $extrafields->showOutputField($extrafieldKey, $object->array_options[$extrafieldOptionsKey], '', $object->table_element);
|
$extrafieldOutputContent = '';
|
||||||
|
if (isset($object->array_options[$extrafieldOptionsKey])) $extrafieldOutputContent = $extrafields->showOutputField($extrafieldKey, $object->array_options[$extrafieldOptionsKey], '', $object->table_element);
|
||||||
|
|
||||||
// TODO : allow showOutputField to be pdf public friendly, ex: in a link to object, clean getNomUrl to remove link and images... like a getName methode ...
|
// TODO : allow showOutputField to be pdf public friendly, ex: in a link to object, clean getNomUrl to remove link and images... like a getName methode ...
|
||||||
if ($extrafields->attributes[$object->table_element]['type'][$extrafieldKey] == 'link') {
|
if ($extrafields->attributes[$object->table_element]['type'][$extrafieldKey] == 'link') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user