Merge pull request #12324 from frederic34/patch-13
replace societe_id by socid
This commit is contained in:
commit
aeb2361d2d
@ -226,7 +226,7 @@ if ($result)
|
||||
$userstatic->admin=$obj->admin;
|
||||
$userstatic->login=$obj->login;
|
||||
$userstatic->email=$obj->email;
|
||||
$userstatic->societe_id=$obj->fk_soc;
|
||||
$userstatic->socid=$obj->fk_soc;
|
||||
$userstatic->statut=$obj->status;
|
||||
|
||||
$salstatic->id=$obj->rowid;
|
||||
|
||||
@ -156,7 +156,7 @@ if (! $rowid) {
|
||||
$societestatic->admin = $obj->admin;
|
||||
$societestatic->login = $obj->login;
|
||||
$societestatic->email = $obj->email;
|
||||
$societestatic->societe_id = $obj->fk_soc;
|
||||
$societestatic->socid = $obj->fk_soc;
|
||||
|
||||
print '<tr class="oddeven">';
|
||||
|
||||
|
||||
@ -98,7 +98,7 @@ else
|
||||
$userstatic->statut=$val['statut'];
|
||||
$userstatic->email=$val['email'];
|
||||
$userstatic->gender=$val['gender'];
|
||||
$userstatic->societe_id=$val['fk_soc'];
|
||||
$userstatic->socid=$val['fk_soc'];
|
||||
$userstatic->admin=$val['admin'];
|
||||
$userstatic->entity=$val['entity'];
|
||||
$userstatic->photo=$val['photo'];
|
||||
|
||||
@ -144,7 +144,7 @@ if ($resql)
|
||||
$fuserstatic->admin = $obj->admin;
|
||||
$fuserstatic->email = $obj->email;
|
||||
$fuserstatic->skype = $obj->skype;
|
||||
$fuserstatic->societe_id = $obj->fk_soc;
|
||||
$fuserstatic->socid = $obj->fk_soc;
|
||||
|
||||
$companystatic->id=$obj->fk_soc;
|
||||
$companystatic->name=$obj->name;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user