Added update missing warning #283

Merged
jothi merged 1 commits from ranjith-dev into master 2026-01-30 09:04:05 +00:00
Showing only changes of commit 341f4f20b4 - Show all commits

View File

@@ -706,6 +706,18 @@ class InvoiceDataTable extends Component
}
break;
}
else{
Notification::make()
->title('Panel Box Code')
->body("Panel Box Code not updated in db for Item Code: $this->currentItemCode and Serial Number: $this->currentSerialNumber")
->danger()
// ->duration(4000)
->seconds(2)
->send();
$this->capacitorInput = '';
return;
}
}
$this->showCapacitorInput = false;