empty phones fix
This commit is contained in:
parent
270bb72c9d
commit
cbff7073bf
1 changed files with 2 additions and 0 deletions
|
@ -700,6 +700,8 @@ class ICrmOrderActions
|
|||
$lastName = self::toJSON($arUser['LAST_NAME']);
|
||||
$patronymic = self::toJSON($arUser['SECOND_NAME']);
|
||||
|
||||
$phones = array();
|
||||
|
||||
$phonePersonal = array(
|
||||
'number' => self::toJSON($arUser['PERSONAL_PHONE']),
|
||||
'type' => 'mobile'
|
||||
|
|
Loading…
Add table
Reference in a new issue