diff --git a/htdocs/user.class.php3 b/htdocs/user.class.php3 index 688bcdd8ece..cf7adec72a8 100644 --- a/htdocs/user.class.php3 +++ b/htdocs/user.class.php3 @@ -94,6 +94,7 @@ class User { $this->pass = $obj->pass; $this->webcal_login = $obj->webcal_login; + $this->societe_id = $obj->fk_societe; } $this->db->free();