Solving Capacitor QR focus issue

This commit is contained in:
dhanabalan
2025-11-21 15:54:18 +05:30
parent 21ff5fa21f
commit 97348d39ae

View File

@@ -3970,7 +3970,7 @@ class CreateInvoiceValidation extends CreateRecord
'update_invoice' => false, 'update_invoice' => false,
'scanned_quantity'=> $scannedQuantity, 'scanned_quantity'=> $scannedQuantity,
]); ]);
$this->dispatch( 'refreshInvoiceData', invoiceNumber: $invoiceNumber, plantId: $plantId); //$this->dispatch( 'refreshInvoiceData', invoiceNumber: $invoiceNumber, plantId: $plantId);
// $this->refreshInvoiceTable(); // $this->refreshInvoiceTable();
return; return;