1
0
forked from poc/pds

commented unwanted msg in panel

This commit is contained in:
dhanabalan
2026-07-21 12:37:23 +05:30
parent 1d3411e033
commit d6a683b9c1

View File

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