Improving ContratLigne documentation
This commit is contained in:
parent
7424ee1107
commit
2202380bc2
@ -2055,6 +2055,13 @@ class ContratLigne extends CommonObject
|
|||||||
var $fk_product;
|
var $fk_product;
|
||||||
var $statut; // 0 inactive, 4 active, 5 closed
|
var $statut; // 0 inactive, 4 active, 5 closed
|
||||||
var $label;
|
var $label;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
* @deprecated Use $label instead
|
||||||
|
*/
|
||||||
|
public $libelle;
|
||||||
|
|
||||||
var $description;
|
var $description;
|
||||||
var $date_commande;
|
var $date_commande;
|
||||||
var $date_ouverture_prevue; // date start planned
|
var $date_ouverture_prevue; // date start planned
|
||||||
@ -2072,6 +2079,13 @@ class ContratLigne extends CommonObject
|
|||||||
var $fk_remise_except;
|
var $fk_remise_except;
|
||||||
|
|
||||||
var $subprice; // Unit price HT
|
var $subprice; // Unit price HT
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var float
|
||||||
|
* @deprecated Use $price_ht instead
|
||||||
|
*/
|
||||||
|
public $price;
|
||||||
|
|
||||||
var $price_ht;
|
var $price_ht;
|
||||||
|
|
||||||
var $total_ht;
|
var $total_ht;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user