.
This commit is contained in:
parent
6cc872abd8
commit
376a2288b7
@ -257,8 +257,7 @@ if (empty($reshook) && $action == 'add') {
|
|||||||
$sql .= " WHERE rowid = ".((int) $company->id);
|
$sql .= " WHERE rowid = ".((int) $company->id);
|
||||||
$resql = $db->query($sql);
|
$resql = $db->query($sql);
|
||||||
$partnership->fk_soc = $company->id;
|
$partnership->fk_soc = $company->id;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
$don=$result->fetch();
|
$don=$result->fetch();
|
||||||
$partnership->fk_soc =$don['rowid'];
|
$partnership->fk_soc =$don['rowid'];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user