mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +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?: {
|
stocks?: {
|
||||||
product_warehouse_id: number;
|
product_warehouse_id: number;
|
||||||
usage_qty: number;
|
usage_qty: number;
|
||||||
pending_qty?: number;
|
|
||||||
}[];
|
}[];
|
||||||
depletions?: {
|
depletions?: {
|
||||||
product_warehouse_id: number;
|
product_warehouse_id: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user