mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
feat(FE): Add credit_term to purchase forms and types
This commit is contained in:
@@ -1052,7 +1052,6 @@ const PurchaseOrderDetail = ({
|
||||
const payload: CreateStaffApprovalRequestPayload = {
|
||||
action: 'REJECTED',
|
||||
notes: notes || null,
|
||||
items: [],
|
||||
};
|
||||
|
||||
await createStaffApprovalHandler(payload);
|
||||
@@ -1080,7 +1079,6 @@ const PurchaseOrderDetail = ({
|
||||
const payload: CreateAcceptApprovalRequestPayload = {
|
||||
action: 'REJECTED',
|
||||
notes: notes || null,
|
||||
items: [],
|
||||
};
|
||||
|
||||
await createAcceptApprovalHandler(payload);
|
||||
|
||||
Reference in New Issue
Block a user