Updated schools.py in Config

This commit is contained in:
Neil Trini Lasrado 2016-12-05 17:53:41 +05:30
parent 9e7ad6a630
commit f5c2cf4b5c

View File

@ -73,17 +73,20 @@ def get_data():
{
"type": "report",
"is_query_report": True,
"name": "Absent Student Report"
"name": "Absent Student Report",
"doctype": "Student Attendance"
},
{
"type": "report",
"is_query_report": True,
"name": "Student Batch-Wise Attendance"
"name": "Student Batch-Wise Attendance",
"doctype": "Student Attendance"
},
{
"type": "report",
"is_query_report": True,
"name": "Student Monthly Attendance Sheet"
"name": "Student Monthly Attendance Sheet",
"doctype": "Student Attendance"
}
]
},