WIP
This commit is contained in:
parent
784fe4127c
commit
156da3e5cb
1 changed files with 12 additions and 0 deletions
|
|
@ -67,6 +67,7 @@
|
||||||
"machineScope": "specific",
|
"machineScope": "specific",
|
||||||
"fields": [
|
"fields": [
|
||||||
"machineName",
|
"machineName",
|
||||||
|
"cashOutEnabled",
|
||||||
"machineLocation"
|
"machineLocation"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -316,6 +317,17 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"code": "cashOutEnabled",
|
||||||
|
"display": "Cash Out",
|
||||||
|
"fieldType": "onOff",
|
||||||
|
"fieldClass": null,
|
||||||
|
"fieldValidation": [
|
||||||
|
{
|
||||||
|
"code": "required"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"code": "machineLocation",
|
"code": "machineLocation",
|
||||||
"display": "Location",
|
"display": "Location",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue