add some comments

This commit is contained in:
Philippe GRAND 2019-03-21 14:59:21 +01:00
parent d498dce9ca
commit 86c3b1a5b0

View File

@ -1693,13 +1693,27 @@ class AccountLine extends CommonObject
*/ */
public $ref; public $ref;
public $datec; /**
* Date creation record (datec)
*
* @var integer
*/
public $datec;
/**
* Date (dateo)
*
* @var integer
*/
public $dateo; public $dateo;
/** /**
* Value date * Date value (datev)
*/ *
* @var integer
*/
public $datev; public $datev;
public $amount; public $amount;
/** /**