|
@@ -44,22 +44,22 @@ class CommandeFournisseur extends CommonOrder
|
|
|
* @var string ID to identify managed object
|
|
|
*/
|
|
|
public $element='order_supplier';
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* @var string Name of table without prefix where object is stored
|
|
|
*/
|
|
|
public $table_element='commande_fournisseur';
|
|
|
-
|
|
|
+
|
|
|
public $table_element_line = 'commande_fournisseurdet';
|
|
|
public $fk_element = 'fk_commande';
|
|
|
public $picto='order';
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
|
|
|
* @var int
|
|
|
*/
|
|
|
public $ismultientitymanaged = 1;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 0=Default, 1=View may be restricted to sales representative only if no permission to see all or to company of external user if external user
|
|
|
* @var integer
|
|
@@ -78,7 +78,7 @@ class CommandeFournisseur extends CommonOrder
|
|
|
* @var string
|
|
|
*/
|
|
|
public $ref;
|
|
|
-
|
|
|
+
|
|
|
public $ref_supplier;
|
|
|
public $brouillon;
|
|
|
public $statut; // 0=Draft -> 1=Validated -> 2=Approved -> 3=Ordered/Process runing -> 4=Received partially -> 5=Received totally -> (reopen) 4=Received partially
|
|
@@ -3099,7 +3099,7 @@ class CommandeFournisseurLigne extends CommonOrderLine
|
|
|
* @var string ID to identify managed object
|
|
|
*/
|
|
|
public $element='commande_fournisseurdet';
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* @var string Name of table without prefix where object is stored
|
|
|
*/
|