Bug Fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2024-08-14 16:57:32 +07:00
parent 6d258f2639
commit db320cf03d

View File

@@ -2699,8 +2699,6 @@ namespace rmutr_report.Controllers
int no6 = 1; int no6 = 1;
int no7 = 1; int no7 = 1;
int no8 = 1; int no8 = 1;
budget.total = budget.details.Where(d=>d.topic == "รายการบุคลากร")
.Sum(f => f.amount2);
var detail = budget.details.ToArray(); var detail = budget.details.ToArray();
foreach (var indetail in detail) foreach (var indetail in detail)
{ {