From 8ade6577aa376fd49a1ec6e58054cb9d06a6bcfc Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Tue, 22 Aug 2023 10:46:30 +0700 Subject: [PATCH] fixed --- Controllers/Budget.Controller.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Controllers/Budget.Controller.cs b/Controllers/Budget.Controller.cs index 54f1444..afb5551 100644 --- a/Controllers/Budget.Controller.cs +++ b/Controllers/Budget.Controller.cs @@ -2556,15 +2556,15 @@ namespace rmutr_report.Controllers { detail.budget_personnel_lists[0].topic = "งบบุคลากร"; detail.budget_personnel_lists[1].topic = "งบดําเนินงาน"; - detail.budget_personnel_lists[1].text1 = null; - detail.budget_personnel_lists[1].budget_personnel_lists_2[0].text1 = null; - detail.budget_personnel_lists[1].budget_personnel_lists_2[0].row_no = null; - detail.budget_personnel_lists[1].budget_personnel_lists_2[0].budget_rates[0] - .row_no = null; - detail.budget_personnel_lists[1].budget_personnel_lists_2[0].budget_rates[0] - .text1 = null; - detail.budget_personnel_lists[1].budget_personnel_lists_2[0].budget_rates[0] - .details[0].text1 = null; + // detail.budget_personnel_lists[1].text1 = null; + // detail.budget_personnel_lists[1].budget_personnel_lists_2[0].text1 = null; + // detail.budget_personnel_lists[1].budget_personnel_lists_2[0].row_no = null; + // detail.budget_personnel_lists[1].budget_personnel_lists_2[0].budget_rates[0] + // .row_no = null; + // detail.budget_personnel_lists[1].budget_personnel_lists_2[0].budget_rates[0] + // .text1 = null; + // detail.budget_personnel_lists[1].budget_personnel_lists_2[0].budget_rates[0] + // .details[0].text1 = null; } foreach (var detail6 in detail5.details2)