From d6a683b9c1004a51ab5ddb193b22dc9b80032111 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 21 Jul 2026 12:37:23 +0530 Subject: [PATCH] commented unwanted msg in panel --- .../Resources/PanelBoxValidationResource.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 {