Merge pull request #11208 from atm-florian/develop

fix:  scrunitizer
This commit is contained in:
Laurent Destailleur 2019-05-18 16:46:49 +02:00 committed by GitHub
commit 50335179d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,20 @@ class ActionComm extends CommonObject
*/
public $datec;
/**
* Date end record (datef)
*
* @var integer
*/
public $datef;
/**
* Duration (duree)
*
* @var integer
*/
public $duree;
/**
* Date modification record (tms)
*