fix: I2 add studentNo to class listing, I4 replace attendance edit placeholder with working edit modal
This commit is contained in:
@@ -68,6 +68,7 @@ export class ClassesService {
|
||||
id: s.id,
|
||||
studentId: s.studentId,
|
||||
studentName: s.student?.name,
|
||||
studentNo: s.student?.studentNo,
|
||||
joinDate: s.joinDate,
|
||||
leaveDate: s.leaveDate,
|
||||
status: s.status,
|
||||
|
||||
Reference in New Issue
Block a user