pass company name to order from agent
This commit is contained in:
parent
2eb23bc109
commit
caa69570d4
1 changed files with 2 additions and 0 deletions
|
@ -426,6 +426,8 @@ class RetailCrmOrder
|
|||
$site
|
||||
);
|
||||
|
||||
$arParams['orderCompany'] = isset($arCustomerCorporate['companies'])
|
||||
? reset($arCustomerCorporate['companies']) : null;
|
||||
$arParams['contactExId'] = $user['ID'];
|
||||
} else {
|
||||
$arCustomer = RetailCrmUser::customerSend(
|
||||
|
|
Loading…
Add table
Reference in a new issue