diff --git a/manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/what-next_UISchema.json b/manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/what-next_UISchema.json index 331ce955..a031e1a8 100644 --- a/manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/what-next_UISchema.json +++ b/manage-procurement/procurement/core-contributor-invoice-management/cc-invoice-approval/what-next_UISchema.json @@ -1,15 +1,7 @@ { - "isInvoiceApproved": { + "isProceed": { "ui:autofocus": true, "ui:widget": "radio", - "ui:help": "Select Yes to approve, No to reject" - }, - "approvalComment": { - "ui:widget": "textarea", - "ui:help": "Enter comments related to approval or rejection here" - }, -"ui:order": [ - "isInvoiceApproved", - "approvalComment" - ] + "ui:help": "Select Yes to submit invoice, No to return form and make changes" + } } \ No newline at end of file