diff --git a/src/components/material/StockStatus/actions.ts b/src/components/material/StockStatus/actions.ts index 1a411750..2892a428 100644 --- a/src/components/material/StockStatus/actions.ts +++ b/src/components/material/StockStatus/actions.ts @@ -32,6 +32,7 @@ interface StockRelationData { item_id: number; stock_qty: string | number; safety_stock: string | number; + max_stock: string | number; reserved_qty: string | number; available_qty: string | number; lot_count: number;