fix: make customer field optional in DelayedGoodForm schema
This commit is contained in:
parent
2b7535000a
commit
a9e10849fd
@ -89,8 +89,7 @@ public static function configure(Schema $schema): Schema
|
|||||||
->relationship('customer', 'name')
|
->relationship('customer', 'name')
|
||||||
->searchable()
|
->searchable()
|
||||||
->preload()
|
->preload()
|
||||||
->native(false)
|
->native(false),
|
||||||
->required(),
|
|
||||||
])
|
])
|
||||||
->columnSpanFull(),
|
->columnSpanFull(),
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user