diff --git a/erpnext/schools/doctype/student/student_dashboard.py b/erpnext/schools/doctype/student/student_dashboard.py index 55faffb37b..8b5fb41365 100644 --- a/erpnext/schools/doctype/student/student_dashboard.py +++ b/erpnext/schools/doctype/student/student_dashboard.py @@ -7,10 +7,10 @@ def get_data(): 'fieldname': 'student', 'transactions': [ { - 'items': ['Student Log', 'Student Group', 'Student Attendance'] + 'items': ['Student Log', 'Student Batch', 'Student Group', 'Program Enrollment'] }, { - 'items': ['Program Enrollment', 'Fees', 'Assessment'] + 'items': ['Fees', 'Assessment', 'Student Attendance', 'Student Leave Application'] } ] } \ No newline at end of file