Update list.php

This commit is contained in:
Anthony Berton 2021-05-17 18:33:27 +02:00
parent 0b7f474dd3
commit 9dcf2044a9

View File

@ -1743,7 +1743,8 @@ if ($resql) {
$userstatic->entity = $val['entity'];
$userstatic->photo = $val['photo'];
$userstatic->login = $val['login'];
$userstatic->user_mobile = $val['user_mobile'];
$userstatic->office_phone = $val['office_phone'];
$userstatic->office_fax = $val['office_fax'];
$userstatic->user_mobile = $val['user_mobile'];
$userstatic->job = $val['job'];
$userstatic->gender = $val['gender'];