Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
florian HENRY
2016-05-23 08:55:39 +02:00
44 changed files with 309 additions and 257 deletions

View File

@@ -1542,7 +1542,7 @@ class Commande extends CommonOrder
$this->id = $obj->rowid;
$this->ref = $obj->ref;
$this->ref_client = $obj->ref_client;
$this->ref_customer = $obj->ref_customer;
$this->ref_customer = $obj->ref_client;
$this->ref_ext = $obj->ref_ext;
$this->ref_int = $obj->ref_int;
$this->socid = $obj->fk_soc;