Merge pull request #24066 from frederic34/reminder

doc
This commit is contained in:
Laurent Destailleur 2023-03-02 16:55:28 +01:00 committed by GitHub
commit f277ed5f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,10 @@ class ActionCommReminder extends CommonObject
public $entity;
public $dateremind;
/**
* @var string reminder type email, browser, sms
*/
public $typeremind;
/**
@ -108,7 +112,14 @@ class ActionCommReminder extends CommonObject
*/
public $fk_user;
/**
* @var int offset value
*/
public $offsetvalue;
/**
* @var string y, m, d, w, h, i
*/
public $offsetunit;
/**
@ -130,11 +141,8 @@ class ActionCommReminder extends CommonObject
* @var int Template Mail
*/
public $fk_email_template;
// END MODULEBUILDER PROPERTIES
/**
* Constructor
*