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",
|
||||
"fields": [
|
||||
"machineName",
|
||||
"cashOutEnabled",
|
||||
"machineLocation"
|
||||
]
|
||||
},
|
||||
|
|
@ -316,6 +317,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "cashOutEnabled",
|
||||
"display": "Cash Out",
|
||||
"fieldType": "onOff",
|
||||
"fieldClass": null,
|
||||
"fieldValidation": [
|
||||
{
|
||||
"code": "required"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "machineLocation",
|
||||
"display": "Location",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue