refactor(FE): Allow supplier to be optional in movement form

This commit is contained in:
rstubryan
2026-01-26 21:21:40 +07:00
parent 2847f50bf7
commit 4c336f81c7
3 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ export type CreateMovementPayloadData = {
document_index?: number;
driver_name: string;
vehicle_plate: string;
supplier_id: number;
supplier_id?: number | null;
products: {
product_id: number;
product_qty: number;