Merge pull request #7326 from neilLasrado/develop

Improved Student Dashboard
This commit is contained in:
Nabin Hait
2016-12-26 18:33:19 +05:30
committed by GitHub

View File

@@ -7,10 +7,10 @@ def get_data():
'fieldname': 'student', 'fieldname': 'student',
'transactions': [ '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']
} }
] ]
} }