mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
@@ -52,14 +52,14 @@ class Subscription extends CommonObject
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
public $datec;
|
||||
|
||||
/**
|
||||
* Date modification record (tms)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datem;
|
||||
public $datem;
|
||||
|
||||
/**
|
||||
* Subscription start date (date subscription)
|
||||
|
||||
@@ -93,14 +93,14 @@ class ActionComm extends CommonObject
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
public $datec;
|
||||
|
||||
/**
|
||||
* Date modification record (tms)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datem;
|
||||
public $datem;
|
||||
|
||||
/**
|
||||
* Object user that create action
|
||||
@@ -142,7 +142,7 @@ class ActionComm extends CommonObject
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datep2;
|
||||
public $datep2;
|
||||
|
||||
/**
|
||||
* @var int -1=Unkown duration
|
||||
|
||||
Reference in New Issue
Block a user