bugfix
This commit is contained in:
parent
55bb08c21d
commit
884367376e
@ -241,9 +241,9 @@ class Livraison
|
|||||||
{
|
{
|
||||||
global $langs, $conf;
|
global $langs, $conf;
|
||||||
|
|
||||||
$sql = 'SELECT s.idp, s.nom';
|
$sql = 'SELECT idp, nom, client, fournisseur';
|
||||||
$sql .= ' FROM '.MAIN_DB_PREFIX.'societe as s';
|
$sql .= ' FROM '.MAIN_DB_PREFIX.'societe';
|
||||||
$sql .= ' WHERE s.idp = '.$socid;
|
$sql .= ' WHERE idp = '.$socid;
|
||||||
|
|
||||||
$resqlsoc=$this->db->query($sql);
|
$resqlsoc=$this->db->query($sql);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user