1
0
forked from poc/pds

Merge pull request 'removed notification sound in capacitor input box' (#66) from ranjith-dev into master

Reviewed-on: poc/pds#66
This commit is contained in:
2025-12-04 11:00:49 +00:00

View File

@@ -69,7 +69,7 @@ class CreateInvoiceValidation extends CreateRecord
$totQuan = InvoiceValidation::where('invoice_number', $this->invoiceNumber)->where('plant_id', $this->plantId)->count();
$scanSQuan = InvoiceValidation::where('invoice_number', $this->invoiceNumber)->where('scanned_status', 'Scanned')->where('plant_id', $this->plantId)->count();
$this->dispatch('playNotificationSound');
// $this->dispatch('playNotificationSound');
if ($totQuan == $scanSQuan) {
$this->form->fill([
'plant_id' => $this->plantId,