From e75d532ac05aec4ca717b5929254ca8d31867a61 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 29 May 2024 10:28:17 +0700 Subject: [PATCH] no message --- Controllers/ProfileReportController.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Controllers/ProfileReportController.cs b/Controllers/ProfileReportController.cs index 4c41408..3a3dae6 100644 --- a/Controllers/ProfileReportController.cs +++ b/Controllers/ProfileReportController.cs @@ -525,9 +525,9 @@ namespace BMA.EHR.Report.Service.Controllers var tblEducation = (Telerik.Reporting.Table)report.Items["detailSection1"].Items["tblEducation"]; tblEducation.DataSource = org.result.Education; salary = org.result.Salary; - CitizenId = org.result.profile.CitizenId; - FullName = org.result.profile.FullName; - OcFullPath = org.result.profile.OcFullPath; + CitizenId = org.result.Profile.CitizenId; + FullName = org.result.Profile.FullName; + OcFullPath = org.result.Profile.OcFullPath; }