This commit is contained in:
@@ -5516,8 +5516,8 @@ namespace rmutr_report.Controllers
|
||||
ws.Range(ws.Cell(row, 3), ws.Cell(row, 17)).Style.NumberFormat.Format = "#,##0";
|
||||
row++;
|
||||
|
||||
}
|
||||
foreach (var sub in outputProject.SubBudgetSpending ??
|
||||
//}
|
||||
foreach (var sub in budgetSpendingPlan.SubBudgetSpending ??
|
||||
new List<sub_budget_spending_plan>())
|
||||
{
|
||||
ws.Cell(row, 1).Value = sub.sub_budget_spending_plan_name;
|
||||
@@ -5555,6 +5555,7 @@ namespace rmutr_report.Controllers
|
||||
row++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user