order create

This commit is contained in:
Samandar Turgunboyev
2026-01-23 19:30:15 +05:00
parent c2a2c2b09b
commit f22b620034

View File

@@ -259,15 +259,7 @@ const OrderPage = () => {
return;
}
const order_products: {
inventory_kind: sting;
product_code: sting;
on_balance: sting;
order_quant: number;
price_type_code: sting;
product_price: sting;
warehouse_code: sting;
}[] = [];
const order_products = [];
cartItems.forEach((e) => {
order_products.push({