1
0
forked from poc/pds

removed unwanted notification for production quantity

This commit is contained in:
dhanabalan
2025-07-25 11:43:26 +05:30
parent 26ecaf49ef
commit 3d84661640

View File

@@ -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,