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