This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user