1
0
forked from poc/pds

removed logic for skipping in remark import

This commit is contained in:
dhanabalan
2026-01-23 12:08:10 +05:30
parent 2e6f27824c
commit fff610bc2e
2 changed files with 5 additions and 7 deletions

View File

@@ -340,6 +340,7 @@ class InvoicePendingReason extends Page
->send();
$this->filtersForm->fill([
'file' => null,
'plant_id' => $plantId,
]);
return;
}
@@ -352,6 +353,7 @@ class InvoicePendingReason extends Page
->send();
$this->filtersForm->fill([
'file' => null,
'plant_id' => $plantId,
]);
return;
}
@@ -383,6 +385,7 @@ class InvoicePendingReason extends Page
->send();
$this->filtersForm->fill([
'file' => null,
'plant_id' => $plantId,
]);
return;
}
@@ -395,6 +398,7 @@ class InvoicePendingReason extends Page
->send();
$this->filtersForm->fill([
'file' => null,
'plant_id' => $plantId,
]);
return;
}
@@ -407,6 +411,7 @@ class InvoicePendingReason extends Page
->send();
$this->filtersForm->fill([
'file' => null,
'plant_id' => $plantId,
]);
return;
}