Skip to content
Snippets Groups Projects
Commit e1f3b8e7 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Code comment

parent a37caae0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment