mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 22:35:45 +00:00
refactor(FE-207,212): update PurchaseRequestForm schema and validation, enforce required fields and improve data handling for purchase items
This commit is contained in:
Vendored
+1
-2
@@ -24,9 +24,8 @@ export type CreatePurchaseRequestPayload = {
|
||||
purchase_items: {
|
||||
warehouse_id: number;
|
||||
product_id: number;
|
||||
product_warehouse_id?: number | null;
|
||||
product_warehouse_id: number;
|
||||
sub_qty: number;
|
||||
price: number;
|
||||
}[];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user