order discount fix
This commit is contained in:
parent
36a5c31bae
commit
4eaaec53b7
@ -999,8 +999,7 @@ class ICrmOrderActions
|
|||||||
'managerComment' => $arFields['COMMENTS'],
|
'managerComment' => $arFields['COMMENTS'],
|
||||||
'createdAt' => $createdAt,
|
'createdAt' => $createdAt,
|
||||||
'deliveryAddress' => $resOrderDeliveryAddress,
|
'deliveryAddress' => $resOrderDeliveryAddress,
|
||||||
'discount' => $arFields['DISCOUNT_PRICE'],
|
'discount' => $arFields['DISCOUNT_VALUE'],
|
||||||
'discountPercent' => $arFields['DISCOUNT_VALUE'],
|
|
||||||
'items' => $items
|
'items' => $items
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user