瀏覽代碼

fix : The property civilite does not exist on Contact

Philippe GRAND 3 年之前
父節點
當前提交
6d8fc453af
共有 1 個文件被更改,包括 7 次插入0 次删除
  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
 	 */