commented unwanted msg in panel #848

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-21 07:07:36 +00:00
Showing only changes of commit d6a683b9c1 - Show all commits

View File

@@ -387,15 +387,15 @@ class PanelBoxValidationResource extends Resource
$set('item_id', null); $set('item_id', null);
return; return;
} }
else if($plantCode != $plaCode){ // else if($plantCode != $plaCode){
Notification::make() // Notification::make()
->title('Invalid Plant Code') // ->title('Invalid Plant Code')
->body("Scanned plant code doesn't match the selected plant.") // ->body("Scanned plant code doesn't match the selected plant.")
->danger() // ->danger()
->send(); // ->send();
$set('item_id', null); // $set('item_id', null);
return; // return;
} // }
} }
else { else {