mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
add some comments
This commit is contained in:
@@ -57,7 +57,18 @@ class Deplacement extends CommonObject
|
||||
*/
|
||||
public $ismultientitymanaged = 0;
|
||||
|
||||
public $datec; // Creation date
|
||||
/**
|
||||
* Date creation record (datec)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
|
||||
/**
|
||||
* Date (dated)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $dated;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user