WIP: SoftDelete Contract/Payment/Customer, collected_by, Notifications, ProjectReport, ExportDebtReport
This commit is contained in:
@@ -149,6 +149,14 @@ class PaymentForm
|
||||
])
|
||||
->default('Chuyển khoản')
|
||||
->required(),
|
||||
|
||||
Select::make('collected_by')
|
||||
->label('Ngườ thu')
|
||||
->relationship('collector', 'name')
|
||||
->searchable()
|
||||
->preload()
|
||||
->default(auth()->id())
|
||||
->required(),
|
||||
]),
|
||||
|
||||
Section::make('Bổ sung')
|
||||
|
||||
Reference in New Issue
Block a user