Fixes for Student Batch-Wise Attendance report
diff --git a/erpnext/config/schools.py b/erpnext/config/schools.py
index 80e3274..c35c1f2 100644
--- a/erpnext/config/schools.py
+++ b/erpnext/config/schools.py
@@ -79,7 +79,7 @@
 				{
 					"type": "report",
 					"is_query_report": True,
-					"name": "Student Batch Wise Attendance",
+					"name": "Student Batch-Wise Attendance",
 					"doctype": "Attendance"
 				},
 				{