mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
fix : The property civilite does not exist on Contact
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user