Updated schools.py in Config
diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py
index b1700aa..f9696d0 100644
--- a/erpnext/config/schools.py
+++ b/erpnext/config/schools.py
@@ -73,17 +73,20 @@
{
"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"
}
]
},