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