This commit is contained in:
@@ -33,7 +33,6 @@ namespace rmutr_report.Controllers
|
||||
{
|
||||
foreach (var x in budget_reports)
|
||||
{
|
||||
|
||||
int sum1 = budget_reports.Sum(g => int.Parse(g.salaya));
|
||||
x.sum1 = sum1;
|
||||
int sum2 = budget_reports.Sum(g => int.Parse(g.bophitphimuk));
|
||||
@@ -2793,7 +2792,7 @@ namespace rmutr_report.Controllers
|
||||
{
|
||||
detail.row_no = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var summaryBudget = new List<summary_subsidy_projects>() { budget };
|
||||
|
||||
@@ -2819,7 +2818,7 @@ namespace rmutr_report.Controllers
|
||||
return File(
|
||||
stream,
|
||||
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
||||
"project_summary_subsidy" + ".xlsx");
|
||||
"project_summary_subsidy" + ".xlsx");
|
||||
}
|
||||
|
||||
return Ok();
|
||||
|
||||
Reference in New Issue
Block a user