ranjith-dev #272

Merged
jothi merged 5 commits from ranjith-dev into master 2026-01-29 03:45:35 +00:00
Showing only changes of commit 86ddb3cb82 - Show all commits

View File

@@ -357,18 +357,6 @@ class InvoicePendingReason extends Page
]);
return;
}
// else if(!empty($import->remarkEmpty)) {
// Notification::make()
// ->title('Import failed')
// ->body("Remark can't be empty")
// ->danger()
// ->send();
// $this->filtersForm->fill([
// 'file' => null,
// ]);
// return;
// }
else if (! empty($import->duplicateExcelDocs)) {
$duplicates = collect($import->duplicateExcelDocs)