Merge pull request #7140 from neilLasrado/develop

Updated schools.py in Config
This commit is contained in:
Nabin Hait 2016-12-05 17:32:25 +05:30 committed by GitHub
commit df63c372b3

View File

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