fix issues
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user