no message

This commit is contained in:
Kittapath 2024-05-29 10:28:17 +07:00
parent d6573a6d0c
commit e75d532ac0

View file

@ -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;
}