refactor(FE-208,212): remove warehouse-related fields and logic from PurchaseOrder forms and schema

This commit is contained in:
rstubryan
2025-11-19 09:17:17 +07:00
parent 17378d8408
commit 89d9d40713
3 changed files with 0 additions and 106 deletions
-1
View File
@@ -103,7 +103,6 @@ export type CreateAcceptApprovalRequestPayload = {
items: {
purchase_item_id: number;
received_date: string;
warehouse_id: number;
travel_number: string;
travel_document_path: string;
vehicle_number: string;