From 28f149b57966729d46d18eaff81d8198a8fdcdb3 Mon Sep 17 00:00:00 2001 From: kamonwan taengsuk Date: Thu, 19 Oct 2023 10:44:40 +0700 Subject: [PATCH] bug fixed --- Controllers/PlantGeneticConservationProject.Controller.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Controllers/PlantGeneticConservationProject.Controller.cs b/Controllers/PlantGeneticConservationProject.Controller.cs index c304bc7..7b65938 100644 --- a/Controllers/PlantGeneticConservationProject.Controller.cs +++ b/Controllers/PlantGeneticConservationProject.Controller.cs @@ -160,7 +160,7 @@ namespace rmutr_report.Controllers if (vv.count_project != null) { - vv.clause1 = "16.1 เชิงปริมาณ"; + vv.clause1 = "18.1 เชิงปริมาณ"; string na = "จำนวนครั้งที่ดำเนินโครงการ "; string na2 = " ครั้ง"; vv.text2 = na; @@ -185,7 +185,7 @@ namespace rmutr_report.Controllers if (vv.project_start_date != null) { - vv.clause2 = "16.2 เชิงเวลา"; + vv.clause2 = "18.2 เชิงเวลา"; string na3 = "วัน/เดือน/ปี ที่จะดำเนินโครงการ "; string na4 = " ถึง "; vv.range = na4; @@ -196,7 +196,7 @@ namespace rmutr_report.Controllers if (vv.percentage1 != null || vv.percentage2 != null) { - vv.clause3 = "16.3 เชิงคุณภาพ"; + vv.clause3 = "18.3 เชิงคุณภาพ"; string na = "ผู้เข้าร่วมโครงการมีความรู้ความเข้าใจเพิ่มขึ้น (ร้อยละ) "; string na1 = "ความพึงพอใจของผู้เข้ารับบริการในกระบวนการให้บริการ (ร้อยละ) "; vv.text7 = na; @@ -207,7 +207,7 @@ namespace rmutr_report.Controllers if (vv.expenses != null) { - vv.clause4 = "16.4 เชิงค่าใช้จ่าย"; + vv.clause4 = "18.4 เชิงค่าใช้จ่าย"; vv.bath = " บาท"; } }