Standardize code
This commit is contained in:
parent
74c86f477c
commit
5890647afd
@ -60,6 +60,9 @@ class SupplierProposal extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $table_element_line='supplier_proposaldet';
|
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 $fk_element='fk_supplier_proposal';
|
||||||
|
|
||||||
public $picto='propal';
|
public $picto='propal';
|
||||||
|
|||||||
@ -50,7 +50,11 @@ class User extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $table_element='user';
|
public $table_element='user';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int Field with ID of parent key if this field has a parent
|
||||||
|
*/
|
||||||
public $fk_element='fk_user';
|
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 $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
||||||
|
|
||||||
public $id=0;
|
public $id=0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user