Merge pull request 'changed logic in invoice validation' (#119) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s

Reviewed-on: #119
This commit was merged in pull request #119.
This commit is contained in:
2026-01-24 04:43:38 +00:00

View File

@@ -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,