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

fix FIO exploding

This commit is contained in:
Ilyas Salikhov 2013-07-29 21:47:25 +04:00
parent 7adaec8435
commit bb7a7ad885

View File

@ -302,8 +302,8 @@ class ICrmOrderActions
$createdAt = $createdAt->format('Y-m-d H:i:s');
$resOrder = self::clearArr(array(
'firstName' => $resOrder['contactName'][0],
'lastName' => $resOrder['contactName'][1],
'lastName' => $resOrder['contactName'][0],
'firstName' => $resOrder['contactName'][1],
'patronymic' => $resOrder['contactName'][2],
'phone' => $resOrder['phone'],
'email' => $resOrder['email'],