2
0
forked from Wavyzz/dolibarr

Update commande.class.php

This commit is contained in:
Frédéric FRANCE
2016-05-22 08:57:23 +02:00
parent db432e2cc4
commit 7048191815

View File

@@ -1536,7 +1536,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;