فهرست منبع

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