diff --git a/src/pages/orderEdit/index.tsx b/src/pages/orderEdit/index.tsx index c35a2df..744afe9 100644 --- a/src/pages/orderEdit/index.tsx +++ b/src/pages/orderEdit/index.tsx @@ -309,6 +309,7 @@ const OrderDetails = () => { item.product_colors?.forEach((edg) => { v.product_colors?.forEach((ac) => { if (edg.id == ac.id) { + edg.sale_price = ac.sale_price edg.total_sale_price = ac.total_sale_price } })