From db320cf03d4d72931861399f2d13f32a80844240 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Wed, 14 Aug 2024 16:57:32 +0700 Subject: [PATCH] Bug Fixed --- Controllers/Budget.Controller.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Controllers/Budget.Controller.cs b/Controllers/Budget.Controller.cs index dc8ffb1..5a7c005 100644 --- a/Controllers/Budget.Controller.cs +++ b/Controllers/Budget.Controller.cs @@ -2699,8 +2699,6 @@ 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) {