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

number fix

This commit is contained in:
Grisha Pomadchin 2013-09-22 23:12:29 +04:00
parent 78087575a8
commit f63a3271a6

View File

@ -727,7 +727,7 @@ class ICrmOrderActions
$createdAt = $createdAt->format('Y-m-d H:i:s');
$resOrder = array(
'number' => $resOrder['ACCOUNT_NUMBER'],
'number' => $arFields['ACCOUNT_NUMBER'],
'phone' => $resOrder['phone'],
'email' => $resOrder['email'],
'deliveryCost' => $arFields['PRICE_DELIVERY'],