From e2d71b3215f548749c43d6be50fb789d1e10b9a6 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Mon, 10 Sep 2012 10:24:56 +0200
Subject: [PATCH] Doc

---
 htdocs/societe/class/societe.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php
index 1094d4a6187..e3bbf3fe4f9 100644
--- a/htdocs/societe/class/societe.class.php
+++ b/htdocs/societe/class/societe.class.php
@@ -129,7 +129,7 @@ class Societe extends CommonObject
     var $datec;
     var $date_update;
 
-    var $commercial_id; //Id du commercial affecte
+    var $commercial_id; // Id of sales representative to link (used for thirdparty creation). Not filled by a fetch, because we can have several sales representatives.
     var $default_lang;
 
     var $ref_int;
@@ -138,7 +138,7 @@ class Societe extends CommonObject
     var $logo;
     var $logo_small;
     var $logo_mini;
-    
+
     var $oldcopy;
 
     /**
-- 
GitLab