changed logic in invoice validation #119

Merged
jothi merged 1 commits from ranjith-dev into master 2026-01-24 04:43:39 +00:00
Showing only changes of commit 92bf1ee401 - Show all commits

View File

@@ -137,7 +137,9 @@ class CreateInvoiceValidation extends CreateRecord
->send();
$this->dispatch('playNotificationSound');
$user->notify(new PushAlertNotification());
$user1 = Filament::auth()->user();
$user1->notify(new PushAlertNotification());
$this->form->fill([
'plant_id' => $plantId,