mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
refactor(FE): Allow supplier to be optional in movement form
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user