Merge pull request 'Added update missing warning' (#283) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #283
This commit was merged in pull request #283.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user