This commit is contained in:
Regis Houssin 2006-04-21 13:15:46 +00:00
parent 6ff8c7a9ac
commit 9db6df88af

View File

@ -256,6 +256,8 @@ class Livraison
$this->nom_societe = $obj->nom; $this->nom_societe = $obj->nom;
$this->socid = $obj->idp; $this->socid = $obj->idp;
$this->id = $obj->idp; $this->id = $obj->idp;
$this->client = $obj->client;
$this->fournisseur = $obj->fournisseur;
if ($this->client == 1) if ($this->client == 1)
{ {