add some comment
This commit is contained in:
parent
bb74d2f8bd
commit
f960191671
@ -86,6 +86,10 @@ class CashControl extends CommonObject
|
|||||||
public $cash;
|
public $cash;
|
||||||
public $cheque;
|
public $cheque;
|
||||||
public $card;
|
public $card;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string $date_valid
|
||||||
|
*/
|
||||||
public $date_valid;
|
public $date_valid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -93,7 +97,9 @@ class CashControl extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var integer|string $date_modification
|
||||||
|
*/
|
||||||
public $date_modification;
|
public $date_modification;
|
||||||
|
|
||||||
const STATUS_DRAFT = 0;
|
const STATUS_DRAFT = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user