forked from Wavyzz/dolibarr
Fix missing properties
This commit is contained in:
@@ -653,9 +653,15 @@ abstract class CommonObject
|
||||
|
||||
/**
|
||||
* @var string The civility code, not an integer
|
||||
* @deprecated Use $civlity_code
|
||||
*/
|
||||
public $civility_id;
|
||||
|
||||
/**
|
||||
* @var string The civility code, not an integer
|
||||
*/
|
||||
public $civility_code;
|
||||
|
||||
// Dates
|
||||
/**
|
||||
* @var integer|''|null Object creation date
|
||||
|
||||
Reference in New Issue
Block a user