removed material in filter for serial validation
This commit is contained in:
@@ -1001,8 +1001,7 @@ class SerialValidationResource extends Resource
|
||||
->label('Type ?')
|
||||
->boolean()
|
||||
->options([
|
||||
'Serial' => 'Serial',
|
||||
'Material' => 'Material'
|
||||
'Serial' => 'Serial'
|
||||
])
|
||||
->default('Serial')
|
||||
->inlineLabel(false)
|
||||
|
||||
Reference in New Issue
Block a user