removed unwanted notification for production quantity
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user