add some comments
This commit is contained in:
parent
96893315b5
commit
7988481688
@ -73,7 +73,12 @@ class DiscountAbsolute
|
|||||||
*/
|
*/
|
||||||
public $description;
|
public $description;
|
||||||
|
|
||||||
public $datec; // Date creation
|
/**
|
||||||
|
* Date creation record (datec)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datec;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID invoice line when a discount is used into an invoice line (for absolute discounts)
|
* @var int ID invoice line when a discount is used into an invoice line (for absolute discounts)
|
||||||
|
|||||||
@ -64,9 +64,27 @@ class Fiscalyear extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date start (date_start)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
public $date_start;
|
public $date_start;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date end (date_end)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
public $date_end;
|
public $date_end;
|
||||||
public $datec;
|
|
||||||
|
/**
|
||||||
|
* Date creation record (datec)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
|
public $datec;
|
||||||
|
|
||||||
public $statut; // 0=open, 1=closed
|
public $statut; // 0=open, 1=closed
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user