Skip to content

Commit

Permalink
Added enrollment name in pc learner list (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tusharmahajan12 authored Sep 5, 2024
1 parent cb652b6 commit 7b33080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/src/program-coordinator/program-coordinator.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,8 @@ export class ProgramCoordinatorService {
pb.academic_year_id,
pb.status,
pb.enrollment_number,
pb.enrollment_first_name,
pb.enrollment_last_name,
u.first_name,
u.last_name,
f.first_name AS facilitator_first_name,
Expand Down

0 comments on commit 7b33080

Please sign in to comment.