diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-16 13:19:45 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-16 13:19:45 +0700 |
| commit | 94a96e371f554c7d87e2a6edbc6bdb7fe9228fd6 (patch) | |
| tree | 380973ce3b84f9a3941ddf33e460adf619259aff /src-migrate/types | |
| parent | ca30c28dd0b19977eb771fc32ff5e520cdef1068 (diff) | |
<iman> add CR tambahin info jumlah barang ready stock yang bisa di pick up
Diffstat (limited to 'src-migrate/types')
| -rw-r--r-- | src-migrate/types/cart.ts | 1 |
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: { |
