Browse Source

fix : The property civilite does not exist on Contact

Philippe GRAND 3 years ago
parent
commit
6d8fc453af
1 changed files with 7 additions and 0 deletions
  1. 7 0
      htdocs/contact/class/contact.class.php

+ 7 - 0
htdocs/contact/class/contact.class.php

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