Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.5' into 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 16, 2014
2 parents 314be02 + 2aeb0f4 commit 64a2cce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/core/class/commonobject.class.php
Expand Up @@ -611,6 +611,8 @@ function fetch_thirdparty()

require_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';

require_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';

$thirdparty = new Societe($this->db);
$result=$thirdparty->fetch(isset($this->socid)?$this->socid:$this->fk_soc);
$this->client = $thirdparty; // deprecated
Expand Down

0 comments on commit 64a2cce

Please sign in to comment.