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;
|
$this->recQr = $itemCode && $serialNumber ? "{$itemCode} | {$serialNumber}" : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
Notification::make()
|
|
||||||
->title("Scanned the valid QR code is $formQRData)")
|
|
||||||
->info()
|
|
||||||
->send();
|
|
||||||
|
|
||||||
|
|
||||||
if (empty($formQRData)) {
|
if (empty($formQRData)) {
|
||||||
$this->form->fill([
|
$this->form->fill([
|
||||||
'plant_id'=> $this->pId,
|
'plant_id'=> $this->pId,
|
||||||
|
|||||||
Reference in New Issue
Block a user