add some comment
This commit is contained in:
parent
e02da55c2d
commit
7eb3e2ff3c
@ -48,7 +48,11 @@ class Reception extends CommonObject
|
|||||||
public $table_element="reception";
|
public $table_element="reception";
|
||||||
public $table_element_line="commande_fournisseur_dispatch";
|
public $table_element_line="commande_fournisseur_dispatch";
|
||||||
protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
protected $ismultientitymanaged = 1; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
||||||
public $picto = 'reception';
|
|
||||||
|
/**
|
||||||
|
* @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png
|
||||||
|
*/
|
||||||
|
public $picto = 'reception';
|
||||||
|
|
||||||
public $socid;
|
public $socid;
|
||||||
public $ref_supplier;
|
public $ref_supplier;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user