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