mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-24 21:58:18 +00:00
User: alex@sartography.com clicked save for manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/demand-request-items-schema.json
This commit is contained in:
parent
cfa05d18b5
commit
846fe1441f
@ -21,7 +21,7 @@
|
|||||||
"item",
|
"item",
|
||||||
"qty",
|
"qty",
|
||||||
"currency",
|
"currency",
|
||||||
"unit-price"
|
"unit_price"
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"item": {
|
"item": {
|
||||||
@ -38,8 +38,8 @@
|
|||||||
"$ref": "#/definitions/currencyEnum",
|
"$ref": "#/definitions/currencyEnum",
|
||||||
"title": "Currency"
|
"title": "Currency"
|
||||||
},
|
},
|
||||||
"unit-price": {
|
"unit_price": {
|
||||||
"type": "number",
|
"type": "string",
|
||||||
"title": "Unit Price",
|
"title": "Unit Price",
|
||||||
"pattern": "^(\\d{1,3}(,?\\d{3})*)(\\.\\d\\d)?$",
|
"pattern": "^(\\d{1,3}(,?\\d{3})*)(\\.\\d\\d)?$",
|
||||||
"validationErrorMessage": "0-2 decimals"
|
"validationErrorMessage": "0-2 decimals"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user