Remove unnecessary blank line in processPalletno method

This commit is contained in:
dhanabalan
2025-09-30 14:50:57 +05:30
parent fad5bec0de
commit b31b723a2c

View File

@@ -888,7 +888,6 @@ class CreateReworkLocatorInvoiceValidation extends CreateRecord
->info() ->info()
->duration(5000) ->duration(5000)
->send(); ->send();
$this->dispatch('loadData', '', $palletNo, $plantId, $reworkType); $this->dispatch('loadData', '', $palletNo, $plantId, $reworkType);
$this->form->fill([ $this->form->fill([
'plant_id' => $plantId, 'plant_id' => $plantId,