This commit is contained in:
Josh Harvey 2016-12-03 02:46:59 +02:00
parent 784fe4127c
commit 156da3e5cb

View file

@ -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",