diff --git a/TimeTable_App/Forms/SubForms/NATLectureSubForm.cs b/TimeTable_App/Forms/SubForms/NATLectureSubForm.cs index a6c1b66..0adf98a 100644 --- a/TimeTable_App/Forms/SubForms/NATLectureSubForm.cs +++ b/TimeTable_App/Forms/SubForms/NATLectureSubForm.cs @@ -293,7 +293,7 @@ private List getList() { if (LectureResult.State) { List vList = LectureResult.Data; - vList.ForEach(detail => valueList.Add(detail.EmployeeId + " - " + detail.EmployeeName)); + vList.ForEach(detail => valueList.Add(detail.EmployeeName)); } }else if (value == "Session")