Standardize code

This commit is contained in:
Philippe GRAND 2018-10-06 12:04:17 +02:00
parent 74c86f477c
commit 5890647afd
2 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,9 @@ class SupplierProposal extends CommonObject
*/
public $table_element_line='supplier_proposaldet';
/**
* @var int Field with ID of parent key if this field has a parent
*/
public $fk_element='fk_supplier_proposal';
public $picto='propal';

View File

@ -50,7 +50,11 @@ class User extends CommonObject
*/
public $table_element='user';
/**
* @var int Field with ID of parent key if this field has a parent
*/
public $fk_element='fk_user';
public $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
public $id=0;