Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 10, 2012
1 parent 0fbd626 commit e2d71b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/societe/class/societe.class.php
Expand Up @@ -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;
Expand All @@ -138,7 +138,7 @@ class Societe extends CommonObject
var $logo;
var $logo_small;
var $logo_mini;

var $oldcopy;

/**
Expand Down

0 comments on commit e2d71b3

Please sign in to comment.