Code comment

This commit is contained in:
Laurent Destailleur 2019-02-01 13:41:23 +01:00
parent c05628c746
commit 849b3b640b

View File

@ -6283,6 +6283,7 @@ abstract class CommonObject
// Show only the key field in params
if (is_array($params) && array_key_exists('onlykey',$params) && $key != $params['onlykey']) continue;
// @TODO Merge column list -> enabled
$enabled = 1;
if ($enabled && isset($extrafields->attributes[$this->table_element]['list'][$key]))
{