소스 검색

Code comment

Laurent Destailleur 6 년 전
부모
커밋
849b3b640b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      htdocs/core/class/commonobject.class.php

+ 1 - 0
htdocs/core/class/commonobject.class.php

@@ -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]))
 				{