|
@@ -1059,7 +1059,7 @@ class UnifiedCostCalculationService
|
|
|
{
|
|
{
|
|
|
$fixedRow = [];
|
|
$fixedRow = [];
|
|
|
foreach ($columnNames as $column) {
|
|
foreach ($columnNames as $column) {
|
|
|
- $fixedRow[$column] = $row[$column] ?? null;
|
|
|
|
|
|
|
+ $fixedRow[$column] = $row[$column] ?? 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$this->monthlyCostDetails[$index] = $fixedRow;
|
|
$this->monthlyCostDetails[$index] = $fixedRow;
|