Compare commits
2 Commits
f84a579224
...
f02598feeb
| Author | SHA1 | Date | |
|---|---|---|---|
| f02598feeb | |||
|
|
c17bc3be3a |
@@ -46,7 +46,7 @@ class ImportTransitResource extends Resource
|
|||||||
->label('Mail Received Date')
|
->label('Mail Received Date')
|
||||||
->required(),
|
->required(),
|
||||||
Forms\Components\TextInput::make('pricol_ref_number')
|
Forms\Components\TextInput::make('pricol_ref_number')
|
||||||
->label('Pricol Ref Number')
|
->label('Ref Number')
|
||||||
->afterStateUpdated(function (callable $set) {
|
->afterStateUpdated(function (callable $set) {
|
||||||
$set('updated_by', Filament::auth()->user()?->name);
|
$set('updated_by', Filament::auth()->user()?->name);
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user