From 6d8fc453af7fffd88085b7d56fcbfef642b4df41 Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Sun, 22 May 2022 15:39:49 +0200 Subject: [PATCH] fix : The property civilite does not exist on Contact --- htdocs/contact/class/contact.class.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/contact/class/contact.class.php b/htdocs/contact/class/contact.class.php index 587972fa83b..922da9c30a8 100644 --- a/htdocs/contact/class/contact.class.php +++ b/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 */