fix extrafield hidden
This commit is contained in:
parent
52aa860008
commit
4f7be36249
@ -6152,6 +6152,10 @@ abstract class CommonObject
|
||||
$e = 0;
|
||||
foreach($extrafields->attributes[$this->table_element]['label'] as $key=>$label)
|
||||
{
|
||||
if(empty($extrafields->attribute_list[$key]) && $mode == 'view'){
|
||||
continue;
|
||||
}
|
||||
|
||||
$enabled = 1;
|
||||
if ($enabled && isset($extrafields->attributes[$this->table_element]['list'][$key]))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user