commented unwanted msg in panel
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 17s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 19s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 16s
Laravel Pint / pint (pull_request) Successful in 2m51s
Laravel Larastan / larastan (pull_request) Failing after 4m32s

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); $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 {