корректное добавление id товара при редактировании заказа (#120)
This commit is contained in:
parent
17df3a2b22
commit
745d1afd5a
@ -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…
x
Reference in New Issue
Block a user