Update societecontact.php
This commit is contained in:
parent
4c06384197
commit
4581d6049c
@ -223,7 +223,7 @@ if ($id > 0 || ! empty($ref))
|
||||
$sql.= " FROM ".MAIN_DB_PREFIX."adherent as d";
|
||||
$sql.= ", ".MAIN_DB_PREFIX."adherent_type as t";
|
||||
$sql.= " WHERE d.fk_soc = ".$id;
|
||||
$sql.= " AND fk_adherent_type = t.rowid";
|
||||
$sql.= " AND d.fk_adherent_type = t.rowid";
|
||||
|
||||
dol_syslog("get list sql=".$sql);
|
||||
$resql = $db->query($sql);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user