From 622dd0e56ce5c7db1399e5b28e2d39101d79eb5d Mon Sep 17 00:00:00 2001 From: Grisha Pomadchin Date: Tue, 17 Sep 2013 18:31:15 +0400 Subject: [PATCH] fixed order status update --- intaro.intarocrm/classes/general/ICrmOrderActions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intaro.intarocrm/classes/general/ICrmOrderActions.php b/intaro.intarocrm/classes/general/ICrmOrderActions.php index 50459df5..0517e692 100755 --- a/intaro.intarocrm/classes/general/ICrmOrderActions.php +++ b/intaro.intarocrm/classes/general/ICrmOrderActions.php @@ -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']] ));