корректное добавление id товара при редактировании заказа (#120)
This commit is contained in:
parent
17df3a2b22
commit
745d1afd5a
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ class RetailCrmOrder
|
|||
|
||||
//basket
|
||||
foreach ($arFields['BASKET'] as $position => $product) {
|
||||
$itemId = null;
|
||||
$externalId = $position . "_" . $product['PRODUCT_ID'];
|
||||
|
||||
if (isset($orderItems[$externalId])) { //update
|
||||
|
|
Loading…
Add table
Reference in a new issue