fix : The property civilite does not exist on Contact

This commit is contained in:
Philippe GRAND
2022-05-22 15:39:49 +02:00
parent 2bbdd56fef
commit 6d8fc453af

View File

@@ -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
*/