1
0
mirror of synced 2024-11-22 05:16:09 +03:00

empty phones fix

This commit is contained in:
Grisha Pomadchin 2013-10-31 11:45:26 +04:00
parent 270bb72c9d
commit cbff7073bf

View File

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