bugfix
This commit is contained in:
parent
c95f84bb03
commit
dd43cbaf7d
@ -339,7 +339,7 @@ if ($socidp > 0)
|
|||||||
|
|
||||||
$sql = "SELECT count(rowid) as nb";
|
$sql = "SELECT count(rowid) as nb";
|
||||||
$sql.= " FROM ".MAIN_DB_PREFIX."societe_adresse_livraison";
|
$sql.= " FROM ".MAIN_DB_PREFIX."societe_adresse_livraison";
|
||||||
$sql.= " WHERE fk_soc =".$objsoc->id;
|
$sql.= " WHERE fk_societe =".$objsoc->id;
|
||||||
|
|
||||||
$resql = $db->query($sql);
|
$resql = $db->query($sql);
|
||||||
if ($resql)
|
if ($resql)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user