From e1f3b8e78f1662f87571daf0ca3ed9f88374357b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Jul 2016 19:32:38 +0200 Subject: [PATCH] Code comment --- htdocs/societe/class/societe.class.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 89d345c5f98..f97a8e8dd3b 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -310,7 +310,15 @@ class Societe extends CommonObject * @var int */ var $commercial_id; + /** + * Id of parent thirdparty (if one) + * @var int + */ var $parent; + /** + * Default language code of thirdparty (en_US, ...) + * @var string + */ var $default_lang; var $ref;