fix issues

This commit is contained in:
Ritikesh yadav
2024-06-12 16:58:01 +05:30
parent 6cfddb3e49
commit a91ec5ca02

View File

@@ -112,7 +112,7 @@ class FundImport implements ToCollection, WithHeadingRow
'ytd' => $row['ytd'],
'year1_return' => $row['1_year_return'],
'year3_return' => $row['3_year_return'],
'data_as_on' => getConvertedDate($row['data_as_on']) ?? null,
'date_as_on' => getConvertedDate($row['data_as_on']) ?? null,
]);
if ($returns) {
foreach ($returns as $key => $value) {