summaryrefslogtreecommitdiff
path: root/src-migrate/types
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-11-11 16:06:01 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-11-11 16:06:01 +0700
commit584e3fd7f4d33992046557ba18ee8eeac993e650 (patch)
tree31a7b3583fd41058d75f46efb66fb40087347e3a /src-migrate/types
parent3428180259f72c47e88712af6d2ce44d8a82988b (diff)
parentfdd6902a19ee050d97937252ef70bafa8fbe44d9 (diff)
Merge branch 'CR/barang-readyStock' into CR/new_product_detail
Diffstat (limited to 'src-migrate/types')
-rw-r--r--src-migrate/types/cart.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-migrate/types/cart.ts b/src-migrate/types/cart.ts
index a3115103..05fdcadb 100644
--- a/src-migrate/types/cart.ts
+++ b/src-migrate/types/cart.ts
@@ -34,6 +34,7 @@ export type CartItem = {
stock: number;
is_in_bu: boolean;
on_hand_qty: number;
+ available_quantity: number;
weight: number;
attributes: string[];
parent: {