mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
feat(FE): Add travel document upload to purchase form
This commit is contained in:
Vendored
+1
@@ -118,6 +118,7 @@ export type CreateAcceptApprovalRequestPayload = {
|
||||
received_qty: number;
|
||||
transport_per_item: number;
|
||||
}[];
|
||||
travel_documents?: File[];
|
||||
};
|
||||
|
||||
export type DeletePurchaseRequestItemPayload = {
|
||||
|
||||
Reference in New Issue
Block a user