diff --git a/app/Filament/Resources/PanelBoxValidationResource.php b/app/Filament/Resources/PanelBoxValidationResource.php index 283a848..969061c 100644 --- a/app/Filament/Resources/PanelBoxValidationResource.php +++ b/app/Filament/Resources/PanelBoxValidationResource.php @@ -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 {