diff --git a/src/app/api/jo/actions.ts b/src/app/api/jo/actions.ts index 7d82eb9..aa0db7a 100644 --- a/src/app/api/jo/actions.ts +++ b/src/app/api/jo/actions.ts @@ -605,8 +605,8 @@ export interface StockOutLineDetailResponse { availableQty: number | null; noLot: boolean; /** Workbench API: matched suggest_pick_lot qty for this SOL lot line */ - suggestedPickQty?: number | null; - suggestedPickLotId?: number | null; + // suggestedPickQty?: number | null; + //suggestedPickLotId?: number | null; } export interface LotDetailResponse {