mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
refactor(FE-174): remove unused pending_qty field from stocks in recording type definition
This commit is contained in:
-1
@@ -94,7 +94,6 @@ export type CreateLayingRecordingPayload = {
|
||||
stocks?: {
|
||||
product_warehouse_id: number;
|
||||
usage_qty: number;
|
||||
pending_qty?: number;
|
||||
}[];
|
||||
depletions?: {
|
||||
product_warehouse_id: number;
|
||||
|
||||
Reference in New Issue
Block a user