Merge pull request 'commented unwanted msg in panel' (#848) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 23s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 23s
Reviewed-on: #848
This commit was merged in pull request #848.
This commit is contained in:
@@ -387,15 +387,15 @@ class PanelBoxValidationResource extends Resource
|
||||
$set('item_id', null);
|
||||
return;
|
||||
}
|
||||
else if($plantCode != $plaCode){
|
||||
Notification::make()
|
||||
->title('Invalid Plant Code')
|
||||
->body("Scanned plant code doesn't match the selected plant.")
|
||||
->danger()
|
||||
->send();
|
||||
$set('item_id', null);
|
||||
return;
|
||||
}
|
||||
// else if($plantCode != $plaCode){
|
||||
// Notification::make()
|
||||
// ->title('Invalid Plant Code')
|
||||
// ->body("Scanned plant code doesn't match the selected plant.")
|
||||
// ->danger()
|
||||
// ->send();
|
||||
// $set('item_id', null);
|
||||
// return;
|
||||
// }
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user