removed logic for skipping in remark import
This commit is contained in:
@@ -72,13 +72,6 @@ class InvoicePendingReasonImport implements ToCollection
|
||||
];
|
||||
continue;
|
||||
}
|
||||
else if (! $remark) {
|
||||
$this->remarkEmpty[] = [
|
||||
'row' => $rowNo,
|
||||
'reason' => "Remark can't be empty!",
|
||||
];
|
||||
continue;
|
||||
}
|
||||
|
||||
//Excel-level duplicate check
|
||||
$key = $plantCode . '|' . $documentNumber;
|
||||
|
||||
Reference in New Issue
Block a user