From 9c126c3d72cb9fed617eeacff940451fb7d5b2f0 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Wed, 27 Aug 2025 21:11:38 +0800 Subject: [PATCH] update --- src/app/api/po/actions.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/api/po/actions.ts b/src/app/api/po/actions.ts index c91d50b..ff24acf 100644 --- a/src/app/api/po/actions.ts +++ b/src/app/api/po/actions.ts @@ -89,7 +89,6 @@ export interface PutAwayLine { warehouse: string; printQty: number; _isNew?: boolean; - printQty?: number; } export interface PutAwayInput { status: string;