empty phones fix
This commit is contained in:
parent
270bb72c9d
commit
cbff7073bf
@ -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…
Reference in New Issue
Block a user