User: alex@sartography.com added process model file manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/request_approval_JSONSchema.json
This commit is contained in:
parent
91e3cb858f
commit
0474d65cbf
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"isInvoiceApproved": {
|
||||||
|
"type": "boolean",
|
||||||
|
"title": "Approved?"
|
||||||
|
},
|
||||||
|
"approvalComment": {
|
||||||
|
"type": "string",
|
||||||
|
"title": "Comment"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue