replace societe_id by socid

This commit is contained in:
Frédéric FRANCE 2019-11-04 20:23:21 +01:00 committed by GitHub
parent dbb90914bc
commit dacd7227bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;