Update emailsenderprofile.class.php
This commit is contained in:
parent
2acae7fc25
commit
ffa866585a
@ -125,7 +125,6 @@ class EmailSenderProfile extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $date_creation;
|
public $date_creation;
|
||||||
|
|
||||||
|
|
||||||
public $tms;
|
public $tms;
|
||||||
public $private;
|
public $private;
|
||||||
public $signature;
|
public $signature;
|
||||||
@ -134,32 +133,6 @@ class EmailSenderProfile extends CommonObject
|
|||||||
// END MODULEBUILDER PROPERTIES
|
// END MODULEBUILDER PROPERTIES
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// If this object has a subtable with lines
|
|
||||||
|
|
||||||
// /**
|
|
||||||
// * @var string Name of subtable line
|
|
||||||
// */
|
|
||||||
// public $table_element_line = 'emailsenderprofiledet';
|
|
||||||
// /**
|
|
||||||
// * @var string Field with ID of parent key if this field has a parent
|
|
||||||
// */
|
|
||||||
// public $fk_element = 'fk_emailsenderprofile';
|
|
||||||
// /**
|
|
||||||
// * @var string Name of subtable class that manage subtable lines
|
|
||||||
// */
|
|
||||||
// public $class_element_line = 'EmailSenderProfileline';
|
|
||||||
// /**
|
|
||||||
// * @var array List of child tables. To test if we can delete object.
|
|
||||||
// */
|
|
||||||
// protected $childtables=array();
|
|
||||||
// /**
|
|
||||||
// * @var EmailSenderProfileLine[] Array of subtable lines
|
|
||||||
// */
|
|
||||||
// public $lines = array();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user