1
0
mirror of synced 2024-11-25 14:56:09 +03:00

Merge branch 'origin/master'

This commit is contained in:
m.korolev 2014-02-13 15:20:31 +04:00
commit e53d63116d

View File

@ -1160,6 +1160,8 @@ class ICrmOrderActions
$orderType = intarocrm_get_order_type($arFields);
if($orderType)
$resOrder['orderType'] = $orderType;
else
$orderType['orderType'] = 'new';
}
$resOrder = self::clearArr($resOrder);