add some comments
This commit is contained in:
parent
96893315b5
commit
7988481688
@ -73,7 +73,12 @@ class DiscountAbsolute
|
||||
*/
|
||||
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)
|
||||
|
||||
@ -63,10 +63,28 @@ class Fiscalyear extends CommonObject
|
||||
* @var string fiscal year label
|
||||
*/
|
||||
public $label;
|
||||
|
||||
|
||||
/**
|
||||
* Date start (date_start)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $date_start;
|
||||
|
||||
/**
|
||||
* Date end (date_end)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $date_end;
|
||||
public $datec;
|
||||
|
||||
/**
|
||||
* Date creation record (datec)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
|
||||
public $statut; // 0=open, 1=closed
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user