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:
sartography-automated-committer 2023-01-16 20:52:46 +00:00
parent f98b2f0c85
commit af4968d0e3

View File

@ -36,13 +36,13 @@
},
"currency": {
"$ref": "#/definitions/currencyEnum",
"title": "Currency",
"pattern": "^(\\d{1,3}(,?\\d{3})*)(\\.\\d\\d)?$",
"validationErrorMessage": "0-2 decimals"
"title": "Currency"
},
"unit-price": {
"type": "number",
"title": "Unit Price"
"title": "Unit Price",
"pattern": "^(\\d{1,3}(,?\\d{3})*)(\\.\\d\\d)?$",
"validationErrorMessage": "0-2 decimals"
}
}
}