From 0f43777d663daad96de55120b52d1bf4bf4b45e1 Mon Sep 17 00:00:00 2001 From: demo Date: Mon, 31 Oct 2022 18:03:05 +0000 Subject: [PATCH] User: alex clicked save for execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_UISchema.json --- .../Submit-the-invoice_UISchema.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_UISchema.json b/execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_UISchema.json index e0ae0406..98221083 100644 --- a/execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_UISchema.json +++ b/execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_UISchema.json @@ -1,22 +1,22 @@ { - "invoice.contributorName": { + "contributorName": { "ui:autofocus": true, "ui:emptyValue": "", "ui:help": "First and Last Name" }, - "invoice.contributorId": { + "contributorId": { "ui:help": "Employee or Vendor ID" }, - "invoice.invoiceId": { + "invoiceId": { "ui:help": "Enter the Status Invoice ID found in the upper left" }, - "invoice.invoiceAmount": { + "invoiceAmount": { "ui:help": "Based on available currencies" }, - "invoice.invoiceCurrency": { + "invoiceCurrency": { "ui:help": "Select payment currency" }, - "invoice.dueDate": { + "dueDate": { "ui:widget": "date", "ui:help": "Invoices submitted before the 15th of the month will be paied on the 25th" }, @@ -27,12 +27,12 @@ } }, "ui:order": [ - "invoice.contributorName", - "invoice.contributorId", - "invoice.invoiceId", - "invoice.invoiceAmount", - "invoice.invoiceCurrency", - "invoice.dueDate", + "contributorName", + "contributorId", + "invoiceId", + "invoiceAmount", + "invoiceCurrency", + "dueDate", "filesAccept" ] } \ No newline at end of file