bugfix
This commit is contained in:
parent
6ff8c7a9ac
commit
9db6df88af
@ -254,8 +254,10 @@ class Livraison
|
|||||||
$obj = $this->db->fetch_object($resqlsoc);
|
$obj = $this->db->fetch_object($resqlsoc);
|
||||||
|
|
||||||
$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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user