Standardize and update code
This commit is contained in:
parent
8cf355242a
commit
62c602e821
@ -2519,8 +2519,16 @@ class ContratLigne extends CommonObjectLine
|
|||||||
|
|
||||||
public $tms;
|
public $tms;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_contrat;
|
public $fk_contrat;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_product;
|
public $fk_product;
|
||||||
|
|
||||||
public $statut; // 0 inactive, 4 active, 5 closed
|
public $statut; // 0 inactive, 4 active, 5 closed
|
||||||
public $type; // 0 for product, 1 for service
|
public $type; // 0 for product, 1 for service
|
||||||
|
|
||||||
@ -2563,6 +2571,10 @@ class ContratLigne extends CommonObjectLine
|
|||||||
public $qty;
|
public $qty;
|
||||||
public $remise_percent;
|
public $remise_percent;
|
||||||
public $remise;
|
public $remise;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_remise_except;
|
public $fk_remise_except;
|
||||||
|
|
||||||
public $subprice; // Unit price HT
|
public $subprice; // Unit price HT
|
||||||
@ -2582,13 +2594,30 @@ class ContratLigne extends CommonObjectLine
|
|||||||
public $total_localtax2;
|
public $total_localtax2;
|
||||||
public $total_ttc;
|
public $total_ttc;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_fournprice;
|
public $fk_fournprice;
|
||||||
|
|
||||||
public $pa_ht;
|
public $pa_ht;
|
||||||
|
|
||||||
public $info_bits;
|
public $info_bits;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_user_author;
|
public $fk_user_author;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_user_ouverture;
|
public $fk_user_ouverture;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int ID
|
||||||
|
*/
|
||||||
public $fk_user_cloture;
|
public $fk_user_cloture;
|
||||||
|
|
||||||
public $commentaire;
|
public $commentaire;
|
||||||
|
|
||||||
const STATUS_INITIAL = 0;
|
const STATUS_INITIAL = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user