fix : The property civilite does not exist on Contact
This commit is contained in:
parent
2bbdd56fef
commit
6d8fc453af
@ -130,6 +130,13 @@ class Contact extends CommonObject
|
||||
public $civility_code;
|
||||
public $civility;
|
||||
|
||||
/**
|
||||
* @var string The civilite code, not an integer
|
||||
* @deprecated
|
||||
* @see $civility_code
|
||||
*/
|
||||
public $civilite;
|
||||
|
||||
/**
|
||||
* @var string Address
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user