Compare commits

...

2 Commits

Author SHA1 Message Date
d7c2fc3ff9 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
2026-01-24 04:43:38 +00:00
dhanabalan
92bf1ee401 changed logic in invoice validation
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 12s
Gemini PR Review / Gemini PR Review (pull_request) Successful in 15s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 11s
Laravel Larastan / larastan (pull_request) Failing after 2m33s
Laravel Pint / pint (pull_request) Failing after 2m34s
2026-01-24 10:13:24 +05:30

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,