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

fixed order status update

This commit is contained in:
Grisha Pomadchin 2013-09-17 18:31:15 +04:00
parent e3ceadfe67
commit 622dd0e56c

View File

@ -412,7 +412,7 @@ class ICrmOrderActions
'USER_ID' => $userId, //$order['customer']
'PAY_SYSTEM_ID' => $optionsPayTypes[$order['paymentType']],
'PAYED' => $optionsPayment[$order['paymentStatus']],
'PERSON_TYPE_ID' => $optionsOrderTypes[$order['orderType']],
//'PERSON_TYPE_ID' => $optionsOrderTypes[$order['orderType']],
'DELIVERY_ID' => $optionsDelivTypes[$order['deliveryType']],
'STATUS_ID' => $optionsPayStatuses[$order['status']]
));