diff --git a/app/Filament/Pages/ProductionQuantityPage.php b/app/Filament/Pages/ProductionQuantityPage.php index 44aac93a9..342438f91 100644 --- a/app/Filament/Pages/ProductionQuantityPage.php +++ b/app/Filament/Pages/ProductionQuantityPage.php @@ -433,12 +433,6 @@ class ProductionQuantityPage extends Page implements HasForms $this->recQr = $itemCode && $serialNumber ? "{$itemCode} | {$serialNumber}" : null; } - Notification::make() - ->title("Scanned the valid QR code is $formQRData)") - ->info() - ->send(); - - if (empty($formQRData)) { $this->form->fill([ 'plant_id'=> $this->pId,