User: alex clicked save for shared/currency/which-currency_UISchema.json

This commit is contained in:
demo 2022-10-22 05:03:12 +00:00
parent 72efad87d9
commit f17b1c3e6e
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
"curAmount": { "curAmount": {
"ui:help": "" "ui:help": ""
}, },
"invoice.invoiceCurrency": { "curCurrency": {
"ui:help": "Select currency to be formatted" "ui:help": "Select currency to be formatted"
}, },
"ui:order": [ "ui:order": [
"invoice.invoiceAmount", "curAmount",
"curCurrency" "curCurrency"
] ]
} }