Configuration Fixed
This commit is contained in:
parent
3576a6e5b1
commit
40e46e0a87
|
|
@ -75,7 +75,6 @@ return [
|
||||||
'name' => 'type',
|
'name' => 'type',
|
||||||
'title' => 'admin::app.admin.system.type',
|
'title' => 'admin::app.admin.system.type',
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'depend' => 'active:1',
|
|
||||||
'options' => [
|
'options' => [
|
||||||
[
|
[
|
||||||
'title' => 'Per Unit',
|
'title' => 'Per Unit',
|
||||||
|
|
@ -85,7 +84,6 @@ return [
|
||||||
'value' => 'per_order',
|
'value' => 'per_order',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'validation' => 'required_if:active,1'
|
|
||||||
], [
|
], [
|
||||||
'name' => 'active',
|
'name' => 'active',
|
||||||
'title' => 'admin::app.admin.system.status',
|
'title' => 'admin::app.admin.system.status',
|
||||||
|
|
@ -169,4 +167,4 @@ return [
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue