changed logic in invoice validation #119
@@ -137,7 +137,9 @@ class CreateInvoiceValidation extends CreateRecord
|
|||||||
->send();
|
->send();
|
||||||
$this->dispatch('playNotificationSound');
|
$this->dispatch('playNotificationSound');
|
||||||
|
|
||||||
$user->notify(new PushAlertNotification());
|
$user1 = Filament::auth()->user();
|
||||||
|
|
||||||
|
$user1->notify(new PushAlertNotification());
|
||||||
|
|
||||||
$this->form->fill([
|
$this->form->fill([
|
||||||
'plant_id' => $plantId,
|
'plant_id' => $plantId,
|
||||||
|
|||||||
Reference in New Issue
Block a user