Improving ContratLigne documentation

This commit is contained in:
Marcos García de La Fuente 2014-12-28 19:36:43 +01:00
parent 7424ee1107
commit 2202380bc2

View File

@ -2055,6 +2055,13 @@ class ContratLigne extends CommonObject
var $fk_product;
var $statut; // 0 inactive, 4 active, 5 closed
var $label;
/**
* @var string
* @deprecated Use $label instead
*/
public $libelle;
var $description;
var $date_commande;
var $date_ouverture_prevue; // date start planned
@ -2072,6 +2079,13 @@ class ContratLigne extends CommonObject
var $fk_remise_except;
var $subprice; // Unit price HT
/**
* @var float
* @deprecated Use $price_ht instead
*/
public $price;
var $price_ht;
var $total_ht;