mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 05:45:46 +00:00
feat(FE-212): rename purchasing files and update validation schemas for purchase requests
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ export type CreatePurchaseRequestPayload = {
|
||||
notes?: string | null;
|
||||
purchase_items: {
|
||||
product_id: number;
|
||||
product_warehouse_id?: number | null;
|
||||
product_warehouse_id: number;
|
||||
total_qty: number;
|
||||
price: number;
|
||||
}[];
|
||||
Reference in New Issue
Block a user