Skip to content

Commit

Permalink
Update NATLecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimuthu7 committed Oct 2, 2020
1 parent a72f752 commit b981612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimeTable_App/Forms/SubForms/NATLectureSubForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ private List<string> getList() {
if (LectureResult.State)
{
List<LecturersFormModel> vList = LectureResult.Data;
vList.ForEach(detail => valueList.Add(detail.EmployeeId + " - " + detail.EmployeeName));
vList.ForEach(detail => valueList.Add(detail.EmployeeName));

}
}else if (value == "Session")
Expand Down

0 comments on commit b981612

Please sign in to comment.