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

View File

@ -254,8 +254,10 @@ class Livraison
$obj = $this->db->fetch_object($resqlsoc);
$this->nom_societe = $obj->nom;
$this->socid = $obj->idp;
$this->id = $obj->idp;
$this->socid = $obj->idp;
$this->id = $obj->idp;
$this->client = $obj->client;
$this->fournisseur = $obj->fournisseur;
if ($this->client == 1)
{