fix FIO exploding
This commit is contained in:
parent
7adaec8435
commit
bb7a7ad885
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user