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

This commit is contained in:
kamonwan taengsuk
2024-08-14 16:49:07 +07:00
parent a1f853b870
commit 6d258f2639
23 changed files with 61 additions and 23 deletions

View File

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