1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

корректное добавление id товара при редактировании заказа

This commit is contained in:
gorokh 2020-08-18 11:56:50 +03:00
parent 17df3a2b22
commit 745b29b947

View file

@ -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