Skip to content
Snippets Groups Projects
Commit 2202380b authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

Improving ContratLigne documentation

parent 7424ee11
Branches
Tags
No related merge requests found
...@@ -2055,6 +2055,13 @@ class ContratLigne extends CommonObject ...@@ -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 ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment