custom type function
This commit is contained in:
parent
d2d814f731
commit
98a6012fe5
@ -1105,6 +1105,13 @@ class ICrmOrderActions
|
||||
$resOrder['patronymic'] = $contactNameArr[2];
|
||||
}
|
||||
|
||||
// custom orderType functunion
|
||||
if(function_exists('intarocrm_get_order_type')) {
|
||||
$orderType = intarocrm_get_order_type($arFields);
|
||||
if($orderType)
|
||||
$resOrder['orderType'] = $orderType;
|
||||
}
|
||||
|
||||
$resOrder = self::clearArr($resOrder);
|
||||
|
||||
if($send)
|
||||
|
Loading…
Reference in New Issue
Block a user