add some comments
This commit is contained in:
parent
7988481688
commit
c906820a51
@ -69,12 +69,26 @@ class Fichinter extends CommonObject
|
|||||||
public $socid; // Id client
|
public $socid; // Id client
|
||||||
|
|
||||||
public $author;
|
public $author;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date creation record (datec)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
public $datec;
|
public $datec;
|
||||||
|
|
||||||
public $datev;
|
public $datev;
|
||||||
public $dateo;
|
public $dateo;
|
||||||
public $datee;
|
public $datee;
|
||||||
public $datet;
|
public $datet;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Date modification record (tms)
|
||||||
|
*
|
||||||
|
* @var integer
|
||||||
|
*/
|
||||||
public $datem;
|
public $datem;
|
||||||
|
|
||||||
public $duration;
|
public $duration;
|
||||||
public $statut = 0; // 0=draft, 1=validated, 2=invoiced, 3=Terminate
|
public $statut = 0; // 0=draft, 1=validated, 2=invoiced, 3=Terminate
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user